home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / mac / files / dsp / dspkgctr.z / dspkgctr / gcc / parse.tab.c < prev    next >
C/C++ Source or Header  |  1992-06-08  |  112KB  |  3,524 lines

  1.  
  2. /*  A Bison parser, made from parse.y  */
  3.  
  4. #define    IDENTIFIER    258
  5. #define    TYPENAME    259
  6. #define    SCSPEC    260
  7. #define    TYPESPEC    261
  8. #define    TYPE_QUAL    262
  9. #define    CONSTANT    263
  10. #define    STRING    264
  11. #define    ELLIPSIS    265
  12. #define    SIZEOF    266
  13. #define    ENUM    267
  14. #define    STRUCT    268
  15. #define    UNION    269
  16. #define    IF    270
  17. #define    ELSE    271
  18. #define    WHILE    272
  19. #define    DO    273
  20. #define    FOR    274
  21. #define    SWITCH    275
  22. #define    CASE    276
  23. #define    DEFAULT    277
  24. #define    BREAK    278
  25. #define    CONTINUE    279
  26. #define    RETURN    280
  27. #define    GOTO    281
  28. #define    ASM    282
  29. #define    TYPEOF    283
  30. #define    ALIGNOF    284
  31. #define    ASSIGN    285
  32. #define    OROR    286
  33. #define    ANDAND    287
  34. #define    EQCOMPARE    288
  35. #define    ARITHCOMPARE    289
  36. #define    LSHIFT    290
  37. #define    RSHIFT    291
  38. #define    UNARY    292
  39. #define    PLUSPLUS    293
  40. #define    MINUSMINUS    294
  41. #define    HYPERUNARY    295
  42. #define    POINTSAT    296
  43.  
  44. #line 48 "parse.y"
  45.  
  46. #include "config.h"
  47. #include "tree.h"
  48. #include "parse.h"
  49. #include "c-tree.h"
  50. #include "flags.h"
  51.  
  52. #include <stdio.h>
  53. #include <errno.h>
  54.  
  55. #ifndef errno
  56. extern int errno;
  57. #endif
  58.  
  59. /* Cause the `yydebug' variable to be defined.  */
  60. #define YYDEBUG
  61.  
  62. #line 68 "parse.y"
  63. typedef union {long itype; tree ttype; enum tree_code code; char *cptr; } YYSTYPE;
  64. #line 152 "parse.y"
  65.  
  66. /* the declaration found for the last IDENTIFIER token read in.
  67.    yylex must look this up to detect typedefs, which get token type TYPENAME,
  68.    so it is left around in case the identifier is not a typedef but is
  69.    used in a context which makes it a reference to a variable.  */
  70. static tree lastiddecl;
  71.  
  72. static tree make_pointer_declarator ();
  73. static tree combine_strings ();
  74. static void reinit_parse_for_function ();
  75.  
  76. extern double atof ();
  77.  
  78. /* List of types and structure classes of the current declaration */
  79. tree current_declspecs;
  80.  
  81. char *input_filename;        /* source file current line is coming from */
  82. char *main_input_filename;    /* top-level source file */
  83.  
  84. static int yylex ();
  85.  
  86. #ifndef YYLTYPE
  87. typedef
  88.   struct yyltype
  89.     {
  90.       int timestamp;
  91.       int first_line;
  92.       int first_column;
  93.       int last_line;
  94.       int last_column;
  95.       char *text;
  96.    }
  97.   yyltype;
  98.  
  99. #define YYLTYPE yyltype
  100. #endif
  101.  
  102. #define    YYACCEPT    return(0)
  103. #define    YYABORT    return(1)
  104. #define    YYERROR    return(1)
  105. #include <stdio.h>
  106.  
  107. #ifndef __STDC__
  108. #define const
  109. #endif
  110.  
  111.  
  112.  
  113. #define    YYFINAL        485
  114. #define    YYFLAG        -32768
  115. #define    YYNTBASE    64
  116.  
  117. #define YYTRANSLATE(x) ((unsigned)(x) <= 296 ? yytranslate[x] : 163)
  118.  
  119. static const char yytranslate[] = {     0,
  120.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  121.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  122.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  123.      2,     2,    59,     2,     2,     2,    47,    38,     2,    54,
  124.     55,    45,    43,    60,    44,    53,    46,     2,     2,     2,
  125.      2,     2,     2,     2,     2,     2,     2,    33,    56,     2,
  126.     31,     2,    32,     2,     2,     2,     2,     2,     2,     2,
  127.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  128.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  129.     62,     2,    63,    37,     2,     2,     2,     2,     2,     2,
  130.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  131.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  132.      2,     2,    61,    36,    57,    58,     2,     2,     2,     2,
  133.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  134.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  135.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  136.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  137.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  138.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  139.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  140.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  141.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  142.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  143.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  144.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  145.      2,     2,     2,     2,     2,     1,     2,     3,     4,     5,
  146.      6,     7,     8,     9,    10,    11,    12,    13,    14,    15,
  147.     16,    17,    18,    19,    20,    21,    22,    23,    24,    25,
  148.     26,    27,    28,    29,    30,    34,    35,    39,    40,    41,
  149.     42,    48,    49,    50,    51,    52
  150. };
  151.  
  152. static const short yyrline[] = {     0,
  153.    175,   176,   183,   185,   185,   186,   188,   190,   191,   198,
  154.    204,   206,   208,   210,   212,   213,   214,   217,   223,   225,
  155.    226,   228,   233,   235,   236,   238,   243,   245,   246,   250,
  156.    252,   255,   257,   259,   261,   263,   265,   267,   271,   275,
  157.    278,   281,   284,   288,   290,   292,   294,   297,   309,   314,
  158.    316,   321,   323,   325,   327,   329,   331,   333,   335,   337,
  159.    339,   341,   343,   345,   347,   349,   351,   353,   355,   359,
  160.    381,   382,   384,   386,   388,   395,   400,   402,   404,   406,
  161.    408,   410,   415,   417,   421,   423,   426,   428,   429,   430,
  162.    435,   440,   443,   445,   447,   455,   458,   462,   464,   466,
  163.    474,   477,   479,   481,   490,   493,   497,   499,   507,   508,
  164.    509,   510,   514,   522,   523,   524,   527,   529,   532,   534,
  165.    537,   540,   548,   553,   554,   559,   564,   565,   570,   572,
  166.    574,   576,   582,   585,   592,   594,   599,   602,   607,   609,
  167.    611,   613,   621,   627,   629,   631,   633,   639,   645,   647,
  168.    649,   651,   653,   656,   661,   665,   668,   670,   672,   674,
  169.    677,   679,   682,   685,   688,   691,   695,   697,   700,   702,
  170.    704,   718,   722,   725,   729,   732,   733,   737,   740,   742,
  171.    751,   753,   758,   761,   765,   768,   772,   775,   778,   781,
  172.    785,   788,   792,   796,   798,   800,   802,   804,   806,   808,
  173.    810,   818,   820,   821,   824,   826,   829,   832,   841,   843,
  174.    846,   847,   851,   855,   861,   866,   868,   870,   874,   877,
  175.    878,   880,   883,   887,   888,   891,   893,   898,   903,   907,
  176.    913,   919,   926,   928,   954,   954,   965,   965,   969,   973,
  177.    976,   979,   985,   992,   998,  1003,  1008,  1008,  1011,  1014,
  178.   1018,  1021,  1026,  1028,  1031,  1033,  1037,  1044,  1047,  1052,
  179.   1055,  1058,  1060,  1062,  1066,  1068,  1074,  1076,  1078,  1082,
  180.   1085,  1091,  1094,  1096,  1098,  1100,  1105,  1108
  181. };
  182.  
  183. static const char * const yytname[] = {     0,
  184. "error","$illegal.","IDENTIFIER","TYPENAME","SCSPEC","TYPESPEC","TYPE_QUAL","CONSTANT","STRING","ELLIPSIS",
  185. "SIZEOF","ENUM","STRUCT","UNION","IF","ELSE","WHILE","DO","FOR","SWITCH",
  186. "CASE","DEFAULT","BREAK","CONTINUE","RETURN","GOTO","ASM","TYPEOF","ALIGNOF","ASSIGN",
  187. "'='","'?'","':'","OROR","ANDAND","'|'","'^'","'&'","EQCOMPARE","ARITHCOMPARE",
  188. "LSHIFT","RSHIFT","'+'","'-'","'*'","'/'","'%'","UNARY","PLUSPLUS","MINUSMINUS",
  189. "HYPERUNARY","POINTSAT","'.'","'('","')'","';'","'}'","'~'","'!'","','",
  190. "'{'","'['","']'","program"
  191. };
  192.  
  193. static const short yyr1[] = {     0,
  194.     64,    64,    66,    65,    67,    65,    68,    68,    68,    69,
  195.     69,    69,    69,    69,    69,    69,    69,    71,    72,    70,
  196.     70,    73,    74,    70,    70,    75,    76,    70,    70,    77,
  197.     77,    78,    78,    78,    78,    78,    78,    78,    79,    80,
  198.     80,    81,    81,    82,    82,    82,    82,    82,    82,    82,
  199.     82,    82,    82,    82,    82,    82,    82,    82,    82,    82,
  200.     82,    82,    82,    82,    82,    82,    82,    82,    82,    83,
  201.     83,    83,    83,    83,    84,    83,    83,    83,    83,    83,
  202.     83,    83,    85,    85,    86,    86,    87,    87,    87,    87,
  203.     88,    89,    89,    89,    89,    90,    90,    91,    91,    91,
  204.     92,    92,    92,    92,    93,    93,    94,    94,    95,    95,
  205.     95,    95,    95,    96,    96,    96,    97,    97,    98,    98,
  206.     99,    99,   101,   100,   100,   103,   102,   102,   104,   104,
  207.    104,   104,   105,   105,   106,   106,   107,   107,   107,   107,
  208.    107,   107,   108,   108,   108,   108,   108,   109,   109,   109,
  209.    109,   109,   109,   111,   110,   110,   110,   112,   110,   110,
  210.    110,   113,   110,   114,   110,   110,   115,   115,   116,   116,
  211.    116,   117,   117,   117,   118,   118,   118,   119,   119,   119,
  212.    120,   120,   121,   121,   122,   122,   123,   123,   124,   124,
  213.    125,   125,   126,   126,   126,   126,   126,   126,   126,   126,
  214.    126,   127,   127,   127,   128,   128,   129,   130,   131,   131,
  215.    132,   132,   132,   132,   134,   133,   135,   135,   136,   135,
  216.    135,   137,   138,   135,   139,   140,   135,   141,   142,   143,
  217.    135,   144,   135,   145,   135,   146,   135,   135,   135,   135,
  218.    135,   135,   135,   135,   135,   147,   135,   135,   148,   148,
  219.    149,   149,   150,   150,   151,   151,   152,   154,   153,   156,
  220.    155,   157,   157,   157,   158,   158,   159,   159,   159,   160,
  221.    160,   161,   161,   161,   161,   161,   162,   162
  222. };
  223.  
  224. static const short yyr2[] = {     0,
  225.      0,     1,     0,     2,     0,     3,     1,     1,     5,     3,
  226.      4,     4,     2,     2,     2,     2,     1,     0,     0,     7,
  227.      4,     0,     0,     7,     4,     0,     0,     6,     3,     1,
  228.      1,     1,     1,     1,     1,     1,     1,     1,     1,     0,
  229.      1,     1,     3,     1,     2,     2,     4,     7,     2,     4,
  230.      2,     4,     3,     3,     3,     3,     3,     3,     3,     3,
  231.      3,     3,     3,     3,     3,     3,     5,     3,     3,     1,
  232.      1,     1,     3,     3,     0,     4,     4,     4,     3,     3,
  233.      2,     2,     1,     2,     0,     1,     1,     1,     2,     2,
  234.      0,     4,     4,     2,     2,     2,     3,     0,     2,     2,
  235.      1,     1,     2,     2,     2,     3,     0,     2,     1,     1,
  236.      1,     4,     4,     1,     1,     1,     1,     3,     1,     3,
  237.      0,     4,     0,     5,     2,     0,     5,     2,     1,     3,
  238.      4,     1,     1,     3,     1,     1,     3,     3,     4,     3,
  239.      3,     1,     3,     4,     3,     3,     1,     3,     3,     3,
  240.      4,     3,     1,     0,     6,     4,     2,     0,     6,     4,
  241.      2,     0,     7,     0,     6,     2,     0,     1,     0,     3,
  242.      2,     3,     3,     1,     0,     1,     3,     1,     3,     2,
  243.      1,     3,     1,     3,     2,     2,     0,     1,     1,     2,
  244.      0,     2,     3,     3,     2,     3,     4,     3,     2,     3,
  245.      2,     1,     2,     2,     0,     1,     2,     0,     1,     2,
  246.      2,     5,     4,     4,     0,     6,     1,     2,     0,     4,
  247.      1,     0,     0,     7,     0,     0,     9,     0,     0,     0,
  248.     12,     0,     6,     0,     5,     0,     4,     2,     2,     2,
  249.      3,     6,     8,    10,     3,     0,     4,     1,     0,     1,
  250.      0,     1,     0,     1,     1,     3,     4,     0,     2,     0,
  251.      2,     2,     2,     2,     2,     2,     0,     1,     3,     1,
  252.      3,     2,     2,     2,     2,     2,     1,     3
  253. };
  254.  
  255. static const short yydefact[] = {     3,
  256.      5,     0,     0,     0,   111,   102,   109,   101,     0,     0,
  257.      0,     0,     0,    17,     4,     8,     7,     0,    91,    91,
  258.     98,   110,     6,    15,    16,    30,    31,   164,   166,   169,
  259.    157,   169,   161,     0,     0,   153,   191,     0,     0,   119,
  260.      0,    14,     0,   104,   103,    13,     0,    98,    96,     0,
  261.    162,     0,   154,     0,   158,    83,     0,    70,   189,    71,
  262.      0,     0,    32,    34,    33,     0,    35,    36,     0,    37,
  263.     38,     0,     0,    39,    42,    44,    72,   187,   107,     0,
  264.    187,     0,     0,    10,     0,    29,     0,   260,     0,     0,
  265.    128,   142,   191,     0,     0,   117,     0,   135,   136,     0,
  266.      0,    97,   100,   114,   115,    99,   116,   183,   167,   181,
  267.      0,   174,   171,   156,    91,     0,    91,   169,   160,   169,
  268.     84,     0,     0,    49,     0,    51,    45,     0,     0,     0,
  269.      0,    46,   112,     0,     0,     0,   251,     0,     0,     0,
  270.      0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  271.      0,    81,    82,     0,     0,    40,     0,   191,   258,     0,
  272.    185,   188,   105,   113,   190,   107,   186,   192,   150,   149,
  273.    120,   121,     0,   148,     0,   152,     0,     0,    27,    86,
  274.      0,    91,    91,    88,   126,     0,     0,    12,     0,    21,
  275.      0,   125,   260,     0,    11,    25,     0,     0,   168,     0,
  276.    167,   175,   170,   175,     0,     0,     9,     0,     0,    74,
  277.     73,   208,     0,     0,    43,    69,    68,   252,     0,    66,
  278.     65,    63,    64,    62,    61,    60,    58,    59,    53,    54,
  279.     55,    56,    57,    80,    79,     0,    41,     0,   195,     0,
  280.    199,     0,   201,     0,   258,     0,   108,   106,     0,     0,
  281.    277,   187,   187,   261,     0,   268,   270,     0,   151,   207,
  282.      0,    89,    90,    94,     0,    95,     0,     0,   141,   137,
  283.    118,    19,   123,   138,   140,     0,    23,   184,   182,   165,
  284.      0,     0,   178,   172,   176,   173,   155,   159,    50,    52,
  285.    211,     0,    76,     0,    47,     0,    77,    78,   194,   193,
  286.      0,   259,     0,   200,   196,   198,     0,   122,   264,   147,
  287.    191,   258,   272,   273,   274,   191,   275,   276,   262,     0,
  288.    263,     0,     0,    28,   209,     0,     0,   121,   132,     0,
  289.    129,   127,     0,     0,   139,     0,   163,   180,     0,     0,
  290.      0,    70,   111,     0,   222,   225,     0,     0,     0,     0,
  291.      0,     0,     0,     0,   249,   248,     0,     0,   205,     0,
  292.    217,   221,   202,   133,   167,    67,   266,   265,   197,   195,
  293.    260,     0,   195,   269,   271,   278,   210,    92,    93,     0,
  294.     20,   124,    24,   179,   177,   213,     0,     0,     0,   251,
  295.      0,     0,   236,   238,   239,   240,     0,     0,   250,     0,
  296.    246,   218,     0,     0,   214,   204,   203,   219,     0,     0,
  297.    146,   143,   145,     0,   130,     0,     0,     0,     0,     0,
  298.      0,   234,     0,   241,   245,     0,     0,   212,     0,   134,
  299.     48,   144,   131,   215,     0,   226,   228,   232,     0,   237,
  300.      0,   247,   220,     0,   223,     0,   251,     0,   235,   253,
  301.      0,   216,     0,     0,     0,   233,     0,     0,   254,   255,
  302.    242,   224,     0,   229,     0,   253,     0,     0,     0,   251,
  303.      0,     0,   243,   256,   227,     0,   257,     0,   230,   244,
  304.      0,   231,     0,     0,     0
  305. };
  306.  
  307. static const short yydefgoto[] = {   483,
  308.      1,     2,     3,    15,    16,    17,   191,   333,   197,   336,
  309.     90,   261,   357,    72,   358,   236,    74,    75,    76,   130,
  310.     77,   179,   180,    18,   181,   182,    49,   183,    78,   163,
  311.     21,   106,    95,    39,    91,    96,   334,    40,   268,   364,
  312.    365,   172,    98,   313,    99,    22,   118,   120,   111,    50,
  313.    200,    52,   116,   284,   285,   109,   110,    80,   161,    81,
  314.     82,   162,   360,   404,   184,   292,   324,   361,   362,   444,
  315.    363,   429,   388,   453,   389,   446,   447,   470,   481,   448,
  316.    439,   423,   427,   400,   219,   458,   459,   460,   241,   242,
  317.    174,   175,   254,   302,   255,   256,   257,   258
  318. };
  319.  
  320. static const short yypact[] = {    29,
  321.     42,  1365,  1365,    20,-32768,-32768,-32768,-32768,    65,    76,
  322.     78,    40,   106,-32768,-32768,-32768,-32768,   225,    -7,   637,
  323. -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,    90,-32768,
  324.    102,-32768,   108,   173,  1181,-32768,-32768,   225,   132,-32768,
  325.    315,-32768,   154,-32768,-32768,-32768,   225,-32768,   419,   138,
  326. -32768,   756,-32768,  1325,-32768,-32768,    23,-32768,-32768,-32768,
  327.   1225,  1247,-32768,-32768,-32768,  1269,-32768,-32768,   669,-32768,
  328. -32768,  1269,   166,   158,  1445,   282,   231,   111,-32768,   179,
  329.    946,    44,   250,-32768,   154,-32768,   196,-32768,   794,   971,
  330.    224,-32768,-32768,   154,   146,-32768,   942,    -1,     3,   163,
  331.    360,   419,-32768,-32768,-32768,-32768,-32768,   241,   206,-32768,
  332.    138,-32768,-32768,-32768,-32768,   239,   519,-32768,-32768,-32768,
  333. -32768,   242,   669,-32768,   669,-32768,-32768,   226,   236,   219,
  334.    251,-32768,-32768,  1269,  1269,  1269,  1269,  1269,  1269,  1269,
  335.   1269,  1269,  1269,  1269,  1269,  1269,  1269,  1269,  1269,  1269,
  336.   1269,-32768,-32768,   138,   138,  1269,  1269,-32768,   111,   816,
  337. -32768,    37,   262,-32768,-32768,-32768,-32768,-32768,     3,-32768,
  338. -32768,   260,   173,-32768,  1394,-32768,   244,   259,-32768,   460,
  339.    433,   267,  1422,-32768,-32768,   232,   255,-32768,   154,-32768,
  340.    971,   293,-32768,   838,-32768,-32768,   971,  1269,   138,   256,
  341.    206,   257,-32768,   257,  1329,  1348,-32768,   278,   283,-32768,
  342. -32768,   284,   290,  1122,  1445,  1445,  1445,-32768,   317,  1416,
  343.   1457,  1468,  1158,  1401,   541,   364,   641,   641,   334,   334,
  344. -32768,-32768,-32768,-32768,-32768,   296,   158,   291,   200,   285,
  345. -32768,  1411,-32768,   294,-32768,   860,-32768,   262,    46,   298,
  346. -32768,   168,   983,-32768,   303,   288,-32768,   124,-32768,-32768,
  347.     25,-32768,-32768,-32768,   154,-32768,   225,   772,    -1,-32768,
  348. -32768,-32768,-32768,-32768,-32768,   297,-32768,  1445,-32768,-32768,
  349.    306,  1269,   335,   310,-32768,   310,-32768,-32768,   235,   235,
  350. -32768,   492,-32768,   772,-32768,  1269,-32768,-32768,    37,-32768,
  351.    327,-32768,   329,-32768,-32768,-32768,   323,-32768,-32768,-32768,
  352. -32768,    30,   112,     3,-32768,-32768,     3,-32768,-32768,   390,
  353. -32768,   386,   219,-32768,-32768,   193,   222,   116,-32768,   772,
  354.   1445,-32768,    25,   772,-32768,    25,-32768,  1445,  1269,   257,
  355.     97,   357,   359,   344,-32768,-32768,   345,   347,  1269,   380,
  356.    361,   367,  1203,   138,   408,-32768,   394,   372,  1035,   551,
  357. -32768,   413,-32768,-32768,   383,   978,-32768,-32768,-32768,   141,
  358. -32768,   882,    93,-32768,-32768,-32768,-32768,-32768,-32768,     2,
  359. -32768,-32768,-32768,  1445,-32768,-32768,  1269,   395,  1094,  1269,
  360.   1269,   430,-32768,-32768,-32768,-32768,   412,   414,-32768,   415,
  361. -32768,-32768,   610,   418,-32768,-32768,-32768,-32768,   691,   422,
  362.    112,-32768,-32768,   417,-32768,   750,   426,  1269,   467,   429,
  363.    431,-32768,  1094,-32768,-32768,   173,  1094,-32768,  1094,-32768,
  364. -32768,-32768,-32768,-32768,   447,-32768,-32768,-32768,  1094,-32768,
  365.     19,-32768,-32768,  1094,-32768,   454,  1269,  1094,-32768,   513,
  366.    468,-32768,  1094,  1269,   471,-32768,   474,    17,   469,-32768,
  367. -32768,-32768,   479,-32768,  1269,   513,   482,   513,   483,  1269,
  368.    485,   488,-32768,-32768,-32768,   489,-32768,   493,-32768,-32768,
  369.   1094,-32768,   545,   556,-32768
  370. };
  371.  
  372. static const short yypgoto[] = {-32768,
  373. -32768,-32768,-32768,   554,-32768,-32768,-32768,-32768,-32768,-32768,
  374. -32768,-32768,    -5,-32768,   -35,-32768,   402,   -31,-32768,-32768,
  375.    -33,  -104,   269,    18,  -166,     6,   515,    10,   -29,   398,
  376.      4,  -120,   300,   -36,   -75,   -65,-32768,-32768,-32768,  -204,
  377.    237,   -40,   -54,   209,   -11,   -32,-32768,-32768,-32768,-32768,
  378.   -185,    16,-32768,   387,   252,   486,   391,    92,   -62,    -8,
  379.    -91,  -144,   234,-32768,  -171,-32768,  -273,  -109,-32768,-32768,
  380.   -156,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
  381. -32768,-32768,-32768,-32768,  -324,   133,-32768,   130,   358,-32768,
  382.   -175,-32768,-32768,-32768,   362,-32768,   286,-32768
  383. };
  384.  
  385.  
  386. #define    YYLAST        1515
  387.  
  388.  
  389. static const short yytable[] = {    73,
  390.     57,   186,    97,    29,    31,    33,    41,    19,    19,   263,
  391.    100,    20,    20,   262,   240,   281,   107,   274,   167,   171,
  392.    213,   192,   115,    48,   115,   323,    83,   121,    -1,   124,
  393.    126,   121,    36,   129,   127,   101,    43,    47,    79,   187,
  394.    132,    -2,   247,   117,   108,   117,    36,    54,    42,   466,
  395.    168,   450,   193,   177,   121,    79,    88,    79,   415,   381,
  396.    194,   416,   383,   332,    89,   420,   239,    26,    27,   107,
  397.    169,   467,    79,   451,   316,    24,    25,   122,    26,    27,
  398.     26,    27,    83,   312,   166,   212,   272,   129,    37,   129,
  399.    245,   160,   277,    34,   299,    36,   192,    38,   246,   168,
  400.    308,   218,   215,   216,   217,   108,   220,   221,   222,   223,
  401.    224,   225,   226,   227,   228,   229,   230,   231,   232,   233,
  402.    166,   238,   455,   271,   244,    28,    79,   247,    79,   382,
  403.    107,   269,   202,   205,   204,   206,    30,   316,    32,   249,
  404.     26,    27,    87,    36,   310,   476,   312,   168,   234,   235,
  405.     51,   325,   260,   386,   160,   158,    36,    92,   276,    35,
  406.    131,   283,    53,   283,   159,   371,   278,   240,    55,    88,
  407.     36,   310,   160,   372,   169,   115,   115,    89,   321,   410,
  408.    252,    56,   295,   322,   253,   311,    48,    84,   406,   315,
  409.    318,    85,   262,   108,   312,   412,   117,   117,    93,   265,
  410.    267,   188,   160,   407,   430,   189,   168,    94,    79,    79,
  411.    307,   430,   311,   377,   208,   107,   209,   134,   195,   370,
  412.    133,   312,    85,   325,   373,   299,   325,    36,   299,   160,
  413.    327,   406,   419,   164,    36,    92,   331,    58,   168,   121,
  414.    314,   317,    60,    56,   158,    61,   407,   252,   378,   173,
  415.    338,   253,   189,   159,   185,   328,    48,   295,   295,    36,
  416.     92,   160,   331,    62,   366,   199,   440,   104,   105,    37,
  417.    442,   198,   443,     9,    10,    11,    93,   379,    38,   212,
  418.    210,    85,   449,    67,    68,    94,    87,   452,    69,   282,
  419.    211,   456,    70,    71,   203,   294,   462,   207,   331,   283,
  420.     83,    93,   331,    88,   170,   214,   259,   384,   193,   270,
  421.     94,    89,   280,   392,   260,    86,   194,   397,   -26,   -26,
  422.    -26,   -26,   264,   273,   482,   252,   -26,   -26,   -26,   253,
  423.    152,   153,   289,   154,   155,   156,   414,   290,   245,   300,
  424.    291,    87,   -26,   157,   293,  -121,   246,   320,   398,   296,
  425.    297,   417,   309,   298,   218,   421,   304,   319,   169,   335,
  426.    196,   169,   337,   -22,   -22,   -22,   -22,   339,    88,   340,
  427.   -121,   -22,   -22,   -22,  -121,   -26,    89,   331,   149,   150,
  428.    151,   367,   435,   368,   331,   369,    87,   -22,   376,   -30,
  429.   -121,   -31,   441,     5,     6,     7,     8,   387,   390,   374,
  430.    391,     9,    10,    11,   145,   146,   147,   148,   149,   150,
  431.    151,   218,   393,    88,   399,  -121,   394,    13,   463,  -121,
  432.    -22,    89,   395,   103,   104,   105,   401,   402,   408,   471,
  433.      9,    10,    11,   178,   218,   -87,   -87,   -87,   -87,   -87,
  434.    -87,   -87,   409,   -87,   -87,   -87,   -87,   -87,   418,   -87,
  435.    -87,   -87,   -87,   -87,   -87,   -87,   -87,   -87,   -87,   -87,
  436.    -87,   -87,   422,     5,     6,     7,     8,   424,   426,   425,
  437.    -87,     9,    10,    11,   428,   -87,   -87,   -87,   431,   432,
  438.    434,   -87,   -87,   436,   437,   438,   -87,    13,   -87,   -87,
  439.    -87,   -87,   341,   -87,   342,   343,     6,     7,     8,    60,
  440.     56,   445,    61,     9,    10,    11,   344,   454,   345,   346,
  441.    347,   348,   349,   350,   351,   352,   353,   354,   355,    13,
  442.     62,   457,     5,   461,     7,   165,   464,   465,   468,    63,
  443.      9,    10,    11,   469,    64,    65,    66,   473,   475,   477,
  444.     67,    68,   478,   479,   484,    69,    13,   356,   480,    70,
  445.     71,   178,   212,   342,    27,   485,    23,   237,    60,    56,
  446.    359,    61,   102,   248,   326,   344,   380,   345,   346,   347,
  447.    348,   349,   350,   351,   352,   353,   354,   355,   411,    62,
  448.    144,   145,   146,   147,   148,   149,   150,   151,    63,   279,
  449.    286,   385,   403,    64,    65,    66,   201,   474,   472,    67,
  450.     68,     0,   305,   303,    69,   375,   356,   405,    70,    71,
  451.    178,   212,   342,    27,     0,     0,     0,    60,    56,     0,
  452.     61,     0,     0,     0,   344,     0,   345,   346,   347,   348,
  453.    349,   350,   351,   352,   353,   354,   355,     0,    62,     0,
  454.      5,    44,     7,    45,     0,     0,     0,    63,     9,    10,
  455.     11,     0,    64,    65,    66,     0,     0,     0,    67,    68,
  456.      0,     0,     0,    69,    13,   356,  -206,    70,    71,   128,
  457.    212,    58,     5,     0,     7,    59,    60,    56,     0,    61,
  458.      9,    10,    11,   147,   148,   149,   150,   151,     0,     0,
  459.      0,   329,    46,    58,     0,     0,    13,    62,    60,    56,
  460.      0,    61,     0,     0,     0,     0,    63,     0,     0,     0,
  461.      0,    64,    65,    66,     0,     0,     0,    67,    68,    62,
  462.      0,     0,    69,     0,     0,     0,    70,    71,    63,   -75,
  463.      0,     0,     0,    64,    65,    66,     0,     0,     0,    67,
  464.     68,     0,     0,     0,    69,     0,     0,  -168,    70,    71,
  465.    329,   330,    58,     0,     0,     0,   112,    60,    56,     5,
  466.     61,     7,    59,     0,     0,     0,     0,     9,    10,    11,
  467.      0,     0,   329,     0,    58,     0,     0,     0,    62,    60,
  468.     56,     0,    61,    13,     0,     0,     0,    63,     0,     0,
  469.      0,     0,    64,    65,    66,     0,    58,     0,    67,    68,
  470.     62,    60,    56,    69,    61,     0,   433,    70,    71,    63,
  471.    330,   113,   114,     0,    64,    65,    66,     0,    58,     0,
  472.     67,    68,    62,    60,    56,    69,    61,     0,     0,    70,
  473.     71,    63,   330,     0,     0,     0,    64,    65,    66,     0,
  474.     58,     0,    67,    68,    62,    60,    56,    69,    61,     0,
  475.      0,    70,    71,    63,     0,     0,   176,     0,    64,    65,
  476.     66,     0,    58,     0,    67,    68,    62,    60,    56,    69,
  477.     61,     0,     0,    70,    71,    63,     0,     0,   243,     0,
  478.     64,    65,    66,     0,    58,     0,    67,    68,    62,    60,
  479.     56,    69,    61,     0,     0,    70,    71,    63,     0,     0,
  480.    275,     0,    64,    65,    66,     0,     0,     0,    67,    68,
  481.     62,     0,     0,    69,     0,     0,     0,    70,    71,    63,
  482.      0,     0,   306,     0,    64,    65,    66,     0,     0,     0,
  483.     67,    68,     0,     0,     0,    69,     0,     0,     0,    70,
  484.     71,     0,   190,     0,   413,   -18,   -18,   -18,   -18,     5,
  485.      0,     7,   165,   -18,   -18,   -18,     0,     9,    10,    11,
  486.      0,     0,     0,     0,     0,     0,     0,     0,    87,   -18,
  487.      0,   178,  -121,    13,     5,     6,     7,     8,     0,     0,
  488.      0,     0,     9,    10,    11,    36,     5,    44,     7,    45,
  489.    158,     0,     0,     0,     9,    10,    11,  -121,    13,   159,
  490.      0,  -121,   -18,     0,     0,     0,     0,   160,     0,   137,
  491.     13,   138,   139,   140,   141,   142,   143,   144,   145,   146,
  492.    147,   148,   149,   150,   151,     0,     0,   316,     0,     0,
  493.      0,   -85,     0,     0,     0,     0,   312,   342,   343,     6,
  494.      7,     8,    60,    56,   160,    61,     9,    10,    11,   344,
  495.      0,   345,   346,   347,   348,   349,   350,   351,   352,   353,
  496.    354,   355,    13,    62,     0,     0,     0,     0,     0,     0,
  497.      0,     0,    63,     0,     0,     0,     0,    64,    65,    66,
  498.      0,     0,     0,    67,    68,     0,     0,     0,    69,     0,
  499.    356,     0,    70,    71,     0,   212,   342,    27,     0,     0,
  500.      0,    60,    56,     0,    61,     0,     0,     0,   344,     0,
  501.    345,   346,   347,   348,   349,   350,   351,   352,   353,   354,
  502.    355,     0,    62,     0,    58,     0,     0,     0,     0,    60,
  503.     56,    63,    61,     0,     0,     0,    64,    65,    66,     0,
  504.      0,     0,    67,    68,     0,     0,     0,    69,     0,   356,
  505.     62,    70,    71,     0,   212,     0,     0,     0,     0,    63,
  506.      0,     0,     0,     0,    64,    65,    66,     0,     0,     0,
  507.     67,    68,     0,     0,     0,    69,     0,     0,     0,    70,
  508.     71,     0,   294,    58,     5,     0,     7,    59,    60,    56,
  509.      0,    61,     9,    10,    11,   142,   143,   144,   145,   146,
  510.    147,   148,   149,   150,   151,    58,     0,     0,    13,    62,
  511.     60,    56,     0,    61,     0,     0,     0,     0,    63,     0,
  512.      0,     0,     0,    64,    65,    66,     0,    58,     0,    67,
  513.     68,    62,    60,    56,    69,    61,     0,     0,    70,    71,
  514.     63,     0,     0,     0,     0,    64,    65,    66,     0,    58,
  515.      0,    67,    68,    62,    60,    56,    69,    61,   396,     0,
  516.     70,    71,    63,     0,     0,     0,     0,    64,    65,    66,
  517.      0,    58,     0,    67,    68,    62,    60,    56,   123,    61,
  518.      0,     0,    70,    71,    63,     0,     0,     0,     0,    64,
  519.     65,    66,     0,     0,     0,    67,    68,    62,     0,     0,
  520.    125,     0,     0,     0,    70,    71,    63,     0,     0,     0,
  521.      0,    64,    65,    66,     0,     0,     0,    67,    68,     0,
  522.      0,     0,    69,     0,     0,   112,    70,    71,     5,   112,
  523.      7,    59,     5,     0,     7,    59,     9,    10,    11,     0,
  524.      9,    10,    11,     0,     0,     0,     0,     0,   112,     0,
  525.      0,     5,    13,     7,    59,     0,    13,     0,     0,     9,
  526.     10,    11,     0,     0,     0,     4,     0,   -91,     5,     6,
  527.      7,     8,     0,     0,     0,    13,     9,    10,    11,     0,
  528.    113,   119,     0,     0,   113,   287,     0,     0,     0,     0,
  529.      0,    12,    13,     0,   250,     0,   251,     5,     6,     7,
  530.      8,     0,     0,   113,   288,     9,    10,    11,     0,   -91,
  531.      0,   301,     0,     0,     5,     6,     7,     8,   -91,     0,
  532.     14,    13,     9,    10,    11,     5,    44,     7,    45,     0,
  533.      0,     0,     0,     9,    10,    11,     0,     0,    13,   143,
  534.    144,   145,   146,   147,   148,   149,   150,   151,  -267,    13,
  535.    139,   140,   141,   142,   143,   144,   145,   146,   147,   148,
  536.    149,   150,   151,     0,     0,  -267,     0,     0,     0,     0,
  537.      0,     0,     0,     0,   135,   136,   137,   266,   138,   139,
  538.    140,   141,   142,   143,   144,   145,   146,   147,   148,   149,
  539.    150,   151,   140,   141,   142,   143,   144,   145,   146,   147,
  540.    148,   149,   150,   151,   141,   142,   143,   144,   145,   146,
  541.    147,   148,   149,   150,   151
  542. };
  543.  
  544. static const short yycheck[] = {    35,
  545.     34,    93,    43,     9,    10,    11,    18,     2,     3,   181,
  546.     47,     2,     3,   180,   159,   201,    49,   193,    81,    85,
  547.    130,    97,    52,    20,    54,     1,    38,     9,     0,    61,
  548.     62,     9,     3,    69,    66,    47,    19,    20,    35,    94,
  549.     72,     0,   163,    52,    50,    54,     3,    32,    56,    33,
  550.      7,    33,    54,    89,     9,    52,    54,    54,    57,   333,
  551.     62,    60,   336,   268,    62,   390,   158,     3,     4,   102,
  552.     82,    55,    69,    55,    45,    56,    57,    55,     3,     4,
  553.      3,     4,    94,    54,    81,    61,   191,   123,    45,   125,
  554.     54,    62,   197,    54,   239,     3,   172,    54,    62,     7,
  555.     55,   137,   134,   135,   136,   111,   138,   139,   140,   141,
  556.    142,   143,   144,   145,   146,   147,   148,   149,   150,   151,
  557.    117,   157,   447,   189,   160,    61,   123,   248,   125,   334,
  558.    163,   186,   115,   118,   117,   120,    61,    45,    61,   173,
  559.      3,     4,    27,     3,     4,   470,    54,     7,   154,   155,
  560.     61,   261,    56,    57,    62,    45,     3,     4,   194,    54,
  561.     69,   202,    61,   204,    54,    54,   198,   312,    61,    54,
  562.      3,     4,    62,    62,   186,   205,   206,    62,    55,   365,
  563.    175,     9,   214,    60,   175,    45,   183,    56,   360,   252,
  564.    253,    60,   359,   199,    54,   371,   205,   206,    45,   182,
  565.    183,    56,    62,   360,   409,    60,     7,    54,   205,   206,
  566.    246,   416,    45,   323,   123,   248,   125,    60,    56,   311,
  567.     55,    54,    60,   333,   316,   370,   336,     3,   373,    62,
  568.    267,   403,   389,    55,     3,     4,   268,     3,     7,     9,
  569.    252,   253,     8,     9,    45,    11,   403,   242,    56,    54,
  570.    282,   242,    60,    54,    31,   267,   253,   289,   290,     3,
  571.      4,    62,   294,    29,   296,    60,   423,     6,     7,    45,
  572.    427,    31,   429,    12,    13,    14,    45,    56,    54,    61,
  573.     55,    60,   439,    49,    50,    54,    27,   444,    54,    33,
  574.     55,   448,    58,    59,    56,    61,   453,    56,   330,   340,
  575.    312,    45,   334,    54,    55,    55,    63,   339,    54,    55,
  576.     54,    62,    57,   349,    56,     1,    62,   353,     4,     5,
  577.      6,     7,    56,    31,   481,   320,    12,    13,    14,   320,
  578.     49,    50,    55,    52,    53,    54,   372,    55,    54,    55,
  579.     57,    27,    28,    62,    55,    31,    62,    60,   354,    33,
  580.     55,   387,    55,    63,   390,   391,    63,    55,   370,    63,
  581.      1,   373,    57,     4,     5,     6,     7,    33,    54,    60,
  582.     56,    12,    13,    14,    60,    61,    62,   409,    45,    46,
  583.     47,    55,   418,    55,   416,    63,    27,    28,     3,    33,
  584.     31,    33,   426,     4,     5,     6,     7,    54,    54,    10,
  585.     54,    12,    13,    14,    41,    42,    43,    44,    45,    46,
  586.     47,   447,    33,    54,     7,    56,    56,    28,   454,    60,
  587.     61,    62,    56,     5,     6,     7,    33,    56,    16,   465,
  588.     12,    13,    14,     1,   470,     3,     4,     5,     6,     7,
  589.      8,     9,    60,    11,    12,    13,    14,    15,    54,    17,
  590.     18,    19,    20,    21,    22,    23,    24,    25,    26,    27,
  591.     28,    29,    33,     4,     5,     6,     7,    56,    54,    56,
  592.     38,    12,    13,    14,    57,    43,    44,    45,    57,    63,
  593.     55,    49,    50,    17,    56,    55,    54,    28,    56,    57,
  594.     58,    59,     1,    61,     3,     4,     5,     6,     7,     8,
  595.      9,    55,    11,    12,    13,    14,    15,    54,    17,    18,
  596.     19,    20,    21,    22,    23,    24,    25,    26,    27,    28,
  597.     29,     9,     4,    56,     6,     7,    56,    54,    60,    38,
  598.     12,    13,    14,    55,    43,    44,    45,    56,    56,    55,
  599.     49,    50,    55,    55,     0,    54,    28,    56,    56,    58,
  600.     59,     1,    61,     3,     4,     0,     3,   156,     8,     9,
  601.    292,    11,    48,   166,   265,    15,   330,    17,    18,    19,
  602.     20,    21,    22,    23,    24,    25,    26,    27,   370,    29,
  603.     40,    41,    42,    43,    44,    45,    46,    47,    38,   199,
  604.    204,   340,   359,    43,    44,    45,   111,   468,   466,    49,
  605.     50,    -1,   245,   242,    54,   320,    56,    57,    58,    59,
  606.      1,    61,     3,     4,    -1,    -1,    -1,     8,     9,    -1,
  607.     11,    -1,    -1,    -1,    15,    -1,    17,    18,    19,    20,
  608.     21,    22,    23,    24,    25,    26,    27,    -1,    29,    -1,
  609.      4,     5,     6,     7,    -1,    -1,    -1,    38,    12,    13,
  610.     14,    -1,    43,    44,    45,    -1,    -1,    -1,    49,    50,
  611.     -1,    -1,    -1,    54,    28,    56,    57,    58,    59,     1,
  612.     61,     3,     4,    -1,     6,     7,     8,     9,    -1,    11,
  613.     12,    13,    14,    43,    44,    45,    46,    47,    -1,    -1,
  614.     -1,     1,    56,     3,    -1,    -1,    28,    29,     8,     9,
  615.     -1,    11,    -1,    -1,    -1,    -1,    38,    -1,    -1,    -1,
  616.     -1,    43,    44,    45,    -1,    -1,    -1,    49,    50,    29,
  617.     -1,    -1,    54,    -1,    -1,    -1,    58,    59,    38,    61,
  618.     -1,    -1,    -1,    43,    44,    45,    -1,    -1,    -1,    49,
  619.     50,    -1,    -1,    -1,    54,    -1,    -1,    57,    58,    59,
  620.      1,    61,     3,    -1,    -1,    -1,     1,     8,     9,     4,
  621.     11,     6,     7,    -1,    -1,    -1,    -1,    12,    13,    14,
  622.     -1,    -1,     1,    -1,     3,    -1,    -1,    -1,    29,     8,
  623.      9,    -1,    11,    28,    -1,    -1,    -1,    38,    -1,    -1,
  624.     -1,    -1,    43,    44,    45,    -1,     3,    -1,    49,    50,
  625.     29,     8,     9,    54,    11,    -1,    57,    58,    59,    38,
  626.     61,    56,    57,    -1,    43,    44,    45,    -1,     3,    -1,
  627.     49,    50,    29,     8,     9,    54,    11,    -1,    -1,    58,
  628.     59,    38,    61,    -1,    -1,    -1,    43,    44,    45,    -1,
  629.      3,    -1,    49,    50,    29,     8,     9,    54,    11,    -1,
  630.     -1,    58,    59,    38,    -1,    -1,    63,    -1,    43,    44,
  631.     45,    -1,     3,    -1,    49,    50,    29,     8,     9,    54,
  632.     11,    -1,    -1,    58,    59,    38,    -1,    -1,    63,    -1,
  633.     43,    44,    45,    -1,     3,    -1,    49,    50,    29,     8,
  634.      9,    54,    11,    -1,    -1,    58,    59,    38,    -1,    -1,
  635.     63,    -1,    43,    44,    45,    -1,    -1,    -1,    49,    50,
  636.     29,    -1,    -1,    54,    -1,    -1,    -1,    58,    59,    38,
  637.     -1,    -1,    63,    -1,    43,    44,    45,    -1,    -1,    -1,
  638.     49,    50,    -1,    -1,    -1,    54,    -1,    -1,    -1,    58,
  639.     59,    -1,     1,    -1,    63,     4,     5,     6,     7,     4,
  640.     -1,     6,     7,    12,    13,    14,    -1,    12,    13,    14,
  641.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    27,    28,
  642.     -1,     1,    31,    28,     4,     5,     6,     7,    -1,    -1,
  643.     -1,    -1,    12,    13,    14,     3,     4,     5,     6,     7,
  644.     45,    -1,    -1,    -1,    12,    13,    14,    56,    28,    54,
  645.     -1,    60,    61,    -1,    -1,    -1,    -1,    62,    -1,    32,
  646.     28,    34,    35,    36,    37,    38,    39,    40,    41,    42,
  647.     43,    44,    45,    46,    47,    -1,    -1,    45,    -1,    -1,
  648.     -1,    61,    -1,    -1,    -1,    -1,    54,     3,     4,     5,
  649.      6,     7,     8,     9,    62,    11,    12,    13,    14,    15,
  650.     -1,    17,    18,    19,    20,    21,    22,    23,    24,    25,
  651.     26,    27,    28,    29,    -1,    -1,    -1,    -1,    -1,    -1,
  652.     -1,    -1,    38,    -1,    -1,    -1,    -1,    43,    44,    45,
  653.     -1,    -1,    -1,    49,    50,    -1,    -1,    -1,    54,    -1,
  654.     56,    -1,    58,    59,    -1,    61,     3,     4,    -1,    -1,
  655.     -1,     8,     9,    -1,    11,    -1,    -1,    -1,    15,    -1,
  656.     17,    18,    19,    20,    21,    22,    23,    24,    25,    26,
  657.     27,    -1,    29,    -1,     3,    -1,    -1,    -1,    -1,     8,
  658.      9,    38,    11,    -1,    -1,    -1,    43,    44,    45,    -1,
  659.     -1,    -1,    49,    50,    -1,    -1,    -1,    54,    -1,    56,
  660.     29,    58,    59,    -1,    61,    -1,    -1,    -1,    -1,    38,
  661.     -1,    -1,    -1,    -1,    43,    44,    45,    -1,    -1,    -1,
  662.     49,    50,    -1,    -1,    -1,    54,    -1,    -1,    -1,    58,
  663.     59,    -1,    61,     3,     4,    -1,     6,     7,     8,     9,
  664.     -1,    11,    12,    13,    14,    38,    39,    40,    41,    42,
  665.     43,    44,    45,    46,    47,     3,    -1,    -1,    28,    29,
  666.      8,     9,    -1,    11,    -1,    -1,    -1,    -1,    38,    -1,
  667.     -1,    -1,    -1,    43,    44,    45,    -1,     3,    -1,    49,
  668.     50,    29,     8,     9,    54,    11,    -1,    -1,    58,    59,
  669.     38,    -1,    -1,    -1,    -1,    43,    44,    45,    -1,     3,
  670.     -1,    49,    50,    29,     8,     9,    54,    11,    56,    -1,
  671.     58,    59,    38,    -1,    -1,    -1,    -1,    43,    44,    45,
  672.     -1,     3,    -1,    49,    50,    29,     8,     9,    54,    11,
  673.     -1,    -1,    58,    59,    38,    -1,    -1,    -1,    -1,    43,
  674.     44,    45,    -1,    -1,    -1,    49,    50,    29,    -1,    -1,
  675.     54,    -1,    -1,    -1,    58,    59,    38,    -1,    -1,    -1,
  676.     -1,    43,    44,    45,    -1,    -1,    -1,    49,    50,    -1,
  677.     -1,    -1,    54,    -1,    -1,     1,    58,    59,     4,     1,
  678.      6,     7,     4,    -1,     6,     7,    12,    13,    14,    -1,
  679.     12,    13,    14,    -1,    -1,    -1,    -1,    -1,     1,    -1,
  680.     -1,     4,    28,     6,     7,    -1,    28,    -1,    -1,    12,
  681.     13,    14,    -1,    -1,    -1,     1,    -1,     3,     4,     5,
  682.      6,     7,    -1,    -1,    -1,    28,    12,    13,    14,    -1,
  683.     56,    57,    -1,    -1,    56,    57,    -1,    -1,    -1,    -1,
  684.     -1,    27,    28,    -1,     1,    -1,     3,     4,     5,     6,
  685.      7,    -1,    -1,    56,    57,    12,    13,    14,    -1,    45,
  686.     -1,     1,    -1,    -1,     4,     5,     6,     7,    54,    -1,
  687.     56,    28,    12,    13,    14,     4,     5,     6,     7,    -1,
  688.     -1,    -1,    -1,    12,    13,    14,    -1,    -1,    28,    39,
  689.     40,    41,    42,    43,    44,    45,    46,    47,    55,    28,
  690.     35,    36,    37,    38,    39,    40,    41,    42,    43,    44,
  691.     45,    46,    47,    -1,    -1,    55,    -1,    -1,    -1,    -1,
  692.     -1,    -1,    -1,    -1,    30,    31,    32,    56,    34,    35,
  693.     36,    37,    38,    39,    40,    41,    42,    43,    44,    45,
  694.     46,    47,    36,    37,    38,    39,    40,    41,    42,    43,
  695.     44,    45,    46,    47,    37,    38,    39,    40,    41,    42,
  696.     43,    44,    45,    46,    47
  697. };
  698. #define YYPURE 1
  699.  
  700. #line 2 "bison.simple"
  701.  
  702. /* Skeleton output parser for bison,
  703.    copyright (C) 1984 Bob Corbett and Richard Stallman
  704.  
  705.                NO WARRANTY
  706.  
  707.   BECAUSE THIS PROGRAM IS LICENSED FREE OF CHARGE, WE PROVIDE ABSOLUTELY
  708. NO WARRANTY, TO THE EXTENT PERMITTED BY APPLICABLE STATE LAW.  EXCEPT
  709. WHEN OTHERWISE STATED IN WRITING, FREE SOFTWARE FOUNDATION, INC,
  710. RICHARD M. STALLMAN AND/OR OTHER PARTIES PROVIDE THIS PROGRAM "AS IS"
  711. WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
  712. BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  713. FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY
  714. AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE PROGRAM PROVE
  715. DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR
  716. CORRECTION.
  717.  
  718.  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL RICHARD M.
  719. STALLMAN, THE FREE SOFTWARE FOUNDATION, INC., AND/OR ANY OTHER PARTY
  720. WHO MAY MODIFY AND REDISTRIBUTE THIS PROGRAM AS PERMITTED BELOW, BE
  721. LIABLE TO YOU FOR DAMAGES, INCLUDING ANY LOST PROFITS, LOST MONIES, OR
  722. OTHER SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
  723. USE OR INABILITY TO USE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR
  724. DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY THIRD PARTIES OR
  725. A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS) THIS
  726. PROGRAM, EVEN IF YOU HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
  727. DAMAGES, OR FOR ANY CLAIM BY ANY OTHER PARTY.
  728.  
  729.         GENERAL PUBLIC LICENSE TO COPY
  730.  
  731.   1. You may copy and distribute verbatim copies of this source file
  732. as you receive it, in any medium, provided that you conspicuously and
  733. appropriately publish on each copy a valid copyright notice "Copyright
  734. (C) 1985 Free Software Foundation, Inc."; and include following the
  735. copyright notice a verbatim copy of the above disclaimer of warranty
  736. and of this License.  You may charge a distribution fee for the
  737. physical act of transferring a copy.
  738.  
  739.   2. You may modify your copy or copies of this source file or
  740. any portion of it, and copy and distribute such modifications under
  741. the terms of Paragraph 1 above, provided that you also do the following:
  742.  
  743.     a) cause the modified files to carry prominent notices stating
  744.     that you changed the files and the date of any change; and
  745.  
  746.     b) cause the whole of any work that you distribute or publish,
  747.     that in whole or in part contains or is a derivative of this
  748.     program or any part thereof, to be licensed at no charge to all
  749.     third parties on terms identical to those contained in this
  750.     License Agreement (except that you may choose to grant more extensive
  751.     warranty protection to some or all third parties, at your option).
  752.  
  753.     c) You may charge a distribution fee for the physical act of
  754.     transferring a copy, and you may at your option offer warranty
  755.     protection in exchange for a fee.
  756.  
  757. Mere aggregation of another unrelated program with this program (or its
  758. derivative) on a volume of a storage or distribution medium does not bring
  759. the other program under the scope of these terms.
  760.  
  761.   3. You may copy and distribute this program (or a portion or derivative
  762. of it, under Paragraph 2) in object code or executable form under the terms
  763. of Paragraphs 1 and 2 above provided that you also do one of the following:
  764.  
  765.     a) accompany it with the complete corresponding machine-readable
  766.     source code, which must be distributed under the terms of
  767.     Paragraphs 1 and 2 above; or,
  768.  
  769.     b) accompany it with a written offer, valid for at least three
  770.     years, to give any third party free (except for a nominal
  771.     shipping charge) a complete machine-readable copy of the
  772.     corresponding source code, to be distributed under the terms of
  773.     Paragraphs 1 and 2 above; or,
  774.  
  775.     c) accompany it with the information you received as to where the
  776.     corresponding source code may be obtained.  (This alternative is
  777.     allowed only for noncommercial distribution and only if you
  778.     received the program in object code or executable form alone.)
  779.  
  780. For an executable file, complete source code means all the source code for
  781. all modules it contains; but, as a special exception, it need not include
  782. source code for modules which are standard libraries that accompany the
  783. operating system on which the executable file runs.
  784.  
  785.   4. You may not copy, sublicense, distribute or transfer this program
  786. except as expressly provided under this License Agreement.  Any attempt
  787. otherwise to copy, sublicense, distribute or transfer this program is void and
  788. your rights to use the program under this License agreement shall be
  789. automatically terminated.  However, parties who have received computer
  790. software programs from you with this License Agreement will not have
  791. their licenses terminated so long as such parties remain in full compliance.
  792.  
  793.   5. If you wish to incorporate parts of this program into other free
  794. programs whose distribution conditions are different, write to the Free
  795. Software Foundation at 675 Mass Ave, Cambridge, MA 02139.  We have not yet
  796. worked out a simple rule that can be stated here, but we will often permit
  797. this.  We will be guided by the two goals of preserving the free status of
  798. all derivatives of our free software and of promoting the sharing and reuse of
  799. software.
  800.  
  801.  
  802. In other words, you are welcome to use, share and improve this program.
  803. You are forbidden to forbid anyone else to use, share and improve
  804. what you give them.   Help stamp out software-hoarding!  */
  805.  
  806. /* This is the parser code that is written into each bison parser
  807.   when the %semantic_parser declaration is not specified in the grammar.
  808.   It was written by Richard Stallman by simplifying the hairy parser
  809.   used when %semantic_parser is specified.  */
  810.  
  811. /* Note: there must be only one dollar sign in this file.
  812.    It is replaced by the list of actions, each action
  813.    as one case of the switch.  */
  814.  
  815. #define yyerrok        (yyerrstatus = 0)
  816. #define yyclearin    (yychar = YYEMPTY)
  817. #define YYEMPTY        -2
  818. #define YYEOF        0
  819. #define YYFAIL        goto yyerrlab;
  820.  
  821. #define YYTERROR    1
  822.  
  823. #ifndef YYIMPURE
  824. #define YYLEX        yylex()
  825. #endif
  826.  
  827. #ifndef YYPURE
  828. #define YYLEX        yylex(&yylval, &yylloc)
  829. #endif
  830.  
  831. /* If nonreentrant, generate the variables here */
  832.  
  833. #ifndef YYIMPURE
  834.  
  835. int    yychar;            /*  the lookahead symbol        */
  836. YYSTYPE    yylval;            /*  the semantic value of the        */
  837.                 /*  lookahead symbol            */
  838.  
  839. YYLTYPE yylloc;            /*  location data for the lookahead    */
  840.                 /*  symbol                */
  841.  
  842. int yynerr;            /*  number of parse errors so far       */
  843.  
  844. #ifdef YYDEBUG
  845. int yydebug = 0;        /*  nonzero means print parse trace    */
  846. #endif
  847.  
  848. #endif  /* YYIMPURE */
  849.  
  850.  
  851. /*  YYMAXDEPTH indicates the initial size of the parser's stacks    */
  852.  
  853. #ifndef    YYMAXDEPTH
  854. #define YYMAXDEPTH 200
  855. #endif
  856.  
  857. /*  YYMAXLIMIT is the maximum size the stacks can grow to
  858.     (effective only if the built-in stack extension method is used).  */
  859.  
  860. #ifndef YYMAXLIMIT
  861. #define YYMAXLIMIT 10000
  862. #endif
  863.  
  864.  
  865. #line 165 "bison.simple"
  866. int
  867. yyparse()
  868. {
  869.   register int yystate;
  870.   register int yyn;
  871.   register short *yyssp;
  872.   register YYSTYPE *yyvsp;
  873.   YYLTYPE *yylsp;
  874.   int yyerrstatus;    /*  number of tokens to shift before error messages enabled */
  875.   int yychar1;        /*  lookahead token as an internal (translated) token number */
  876.  
  877.   short    yyssa[YYMAXDEPTH];    /*  the state stack            */
  878.   YYSTYPE yyvsa[YYMAXDEPTH];    /*  the semantic value stack        */
  879.   YYLTYPE yylsa[YYMAXDEPTH];    /*  the location stack            */
  880.  
  881.   short *yyss = yyssa;        /*  refer to the stacks thru separate pointers */
  882.   YYSTYPE *yyvs = yyvsa;    /*  to allow yyoverflow to reallocate them elsewhere */
  883.   YYLTYPE *yyls = yylsa;
  884.  
  885.   int yymaxdepth = YYMAXDEPTH;
  886.  
  887. #ifndef YYPURE
  888.   int yychar;
  889.   YYSTYPE yylval;
  890.   YYLTYPE yylloc;
  891. #endif
  892.  
  893. #ifdef YYDEBUG
  894.   extern int yydebug;
  895. #endif
  896.  
  897.  
  898.   YYSTYPE yyval;        /*  the variable used to return        */
  899.                 /*  semantic values from the action    */
  900.                 /*  routines                */
  901.  
  902.   int yylen;
  903.  
  904. #ifdef YYDEBUG
  905.   if (yydebug)
  906.     fprintf(stderr, "Starting parse\n");
  907. #endif
  908.  
  909.   yystate = 0;
  910.   yyerrstatus = 0;
  911.   yynerr = 0;
  912.   yychar = YYEMPTY;        /* Cause a token to be read.  */
  913.  
  914.   /* Initialize stack pointers.
  915.      Waste one element of value and location stack
  916.      so that they stay on the same level as the state stack.  */
  917.  
  918.   yyssp = yyss - 1;
  919.   yyvsp = yyvs;
  920.   yylsp = yyls;
  921.  
  922. /* Push a new state, which is found in  yystate  .  */
  923. /* In all cases, when you get here, the value and location stacks
  924.    have just been pushed. so pushing a state here evens the stacks.  */
  925. yynewstate:
  926.  
  927.   *++yyssp = yystate;
  928.  
  929.   if (yyssp >= yyss + yymaxdepth - 1)
  930.     {
  931.       /* Give user a chance to reallocate the stack */
  932.       /* Use copies of these so that the &'s don't force the real ones into memory. */
  933.       YYSTYPE *yyvs1 = yyvs;
  934.       YYLTYPE *yyls1 = yyls;
  935.       short *yyss1 = yyss;
  936.  
  937.       /* Get the current used size of the three stacks, in elements.  */
  938.       int size = yyssp - yyss + 1;
  939.  
  940. #ifdef yyoverflow
  941.       /* Each stack pointer address is followed by the size of
  942.      the data in use in that stack, in bytes.  */
  943.       yyoverflow("parser stack overflow",
  944.          &yyss1, size * sizeof (*yyssp),
  945.          &yyvs1, size * sizeof (*yyvsp),
  946.          &yyls1, size * sizeof (*yylsp),
  947.          &yymaxdepth);
  948.  
  949.       yyss = yyss1; yyvs = yyvs1; yyls = yyls1;
  950. #else /* no yyoverflow */
  951.       /* Extend the stack our own way.  */
  952.       if (yymaxdepth >= YYMAXLIMIT)
  953.     yyerror("parser stack overflow");
  954.       yymaxdepth *= 2;
  955.       if (yymaxdepth > YYMAXLIMIT)
  956.     yymaxdepth = YYMAXLIMIT;
  957.       yyss = (short *) alloca (yymaxdepth * sizeof (*yyssp));
  958.       bcopy ((char *)yyss1, (char *)yyss, size * sizeof (*yyssp));
  959.       yyvs = (YYSTYPE *) alloca (yymaxdepth * sizeof (*yyvsp));
  960.       bcopy ((char *)yyvs1, (char *)yyvs, size * sizeof (*yyvsp));
  961. #ifdef YYLSP_NEEDED
  962.       yyls = (YYLTYPE *) alloca (yymaxdepth * sizeof (*yylsp));
  963.       bcopy ((char *)yyls1, (char *)yyls, size * sizeof (*yylsp));
  964. #endif
  965. #endif /* no yyoverflow */
  966.  
  967.       yyssp = yyss + size - 1;
  968.       yyvsp = yyvs + size - 1;
  969. #ifdef YYLSP_NEEDED
  970.       yylsp = yyls + size - 1;
  971. #endif
  972.  
  973. #ifdef YYDEBUG
  974.       if (yydebug)
  975.     fprintf(stderr, "Stack size increased to %d\n", yymaxdepth);
  976. #endif
  977.  
  978.       if (yyssp >= yyss + yymaxdepth - 1)
  979.     YYERROR;
  980.     }
  981.  
  982. #ifdef YYDEBUG
  983.   if (yydebug)
  984.     fprintf(stderr, "Entering state %d\n", yystate);
  985. #endif
  986.  
  987. /* Do appropriate processing given the current state.  */
  988. /* Read a lookahead token if we need one and don't already have one.  */
  989. yyresume:
  990.  
  991.   /* First try to decide what to do without reference to lookahead token.  */
  992.  
  993.   yyn = yypact[yystate];
  994.   if (yyn == YYFLAG)
  995.     goto yydefault;
  996.  
  997.   /* Not known => get a lookahead token if don't already have one.  */
  998.  
  999.   /* yychar is either YYEMPTY or YYEOF
  1000.      or a valid token in external form.  */
  1001.  
  1002.   if (yychar == YYEMPTY)
  1003.     {
  1004. #ifdef YYDEBUG
  1005.       if (yydebug)
  1006.     fprintf(stderr, "Reading a token: ");
  1007. #endif
  1008.       yychar = YYLEX;
  1009.     }
  1010.  
  1011.   /* Convert token to internal form (in yychar1) for indexing tables with */
  1012.  
  1013.   if (yychar <= 0)        /* This means end of input. */
  1014.     {
  1015.       yychar1 = 0;
  1016.       yychar = YYEOF;        /* Don't call YYLEX any more */
  1017.  
  1018. #ifdef YYDEBUG
  1019.       if (yydebug)
  1020.     fprintf(stderr, "Now at end of input.\n");
  1021. #endif
  1022.     }
  1023.   else
  1024.     {
  1025.       yychar1 = YYTRANSLATE(yychar);
  1026.  
  1027. #ifdef YYDEBUG
  1028.       if (yydebug)
  1029.     fprintf(stderr, "Next token is %d (%s)\n", yychar, yytname[yychar1]);
  1030. #endif
  1031.     }
  1032.  
  1033.   yyn += yychar1;
  1034.   if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != yychar1)
  1035.     goto yydefault;
  1036.  
  1037.   yyn = yytable[yyn];
  1038.  
  1039.   /* yyn is what to do for this token type in this state.
  1040.      Negative => reduce, -yyn is rule number.
  1041.      Positive => shift, yyn is new state.
  1042.        New state is final state => don't bother to shift,
  1043.        just return success.
  1044.      0, or most negative number => error.  */
  1045.  
  1046.   if (yyn < 0)
  1047.     {
  1048.       if (yyn == YYFLAG)
  1049.     goto yyerrlab;
  1050.       yyn = -yyn;
  1051.       goto yyreduce;
  1052.     }
  1053.   else if (yyn == 0)
  1054.     goto yyerrlab;
  1055.  
  1056.   if (yyn == YYFINAL)
  1057.     YYACCEPT;
  1058.  
  1059.   /* Shift the lookahead token.  */
  1060.  
  1061. #ifdef YYDEBUG
  1062.   if (yydebug)
  1063.     fprintf(stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1]);
  1064. #endif
  1065.  
  1066.   /* Discard the token being shifted unless it is eof.  */
  1067.   if (yychar != YYEOF)
  1068.     yychar = YYEMPTY;
  1069.  
  1070.   *++yyvsp = yylval;
  1071. #ifdef YYLSP_NEEDED
  1072.   *++yylsp = yylloc;
  1073. #endif
  1074.  
  1075.   /* count tokens shifted since error; after three, turn off error status.  */
  1076.   if (yyerrstatus) yyerrstatus--;
  1077.  
  1078.   yystate = yyn;
  1079.   goto yynewstate;
  1080.  
  1081. /* Do the default action for the current state.  */
  1082. yydefault:
  1083.  
  1084.   yyn = yydefact[yystate];
  1085.   if (yyn == 0)
  1086.     goto yyerrlab;
  1087.  
  1088. /* Do a reduction.  yyn is the number of a rule to reduce with.  */
  1089. yyreduce:
  1090.   yylen = yyr2[yyn];
  1091.   yyval = yyvsp[1-yylen]; /* implement default value of the action */
  1092.  
  1093. #ifdef YYDEBUG
  1094.   if (yydebug)
  1095.     {
  1096.       if (yylen == 1)
  1097.     fprintf (stderr, "Reducing 1 value via line %d, ",
  1098.          yyrline[yyn]);
  1099.       else
  1100.     fprintf (stderr, "Reducing %d values via line %d, ",
  1101.          yylen, yyrline[yyn]);
  1102.     }
  1103. #endif
  1104.  
  1105.  
  1106.   switch (yyn) {
  1107.  
  1108. case 3:
  1109. #line 184 "parse.y"
  1110. {yyval.ttype = NULL_TREE; ;
  1111.     break;}
  1112. case 5:
  1113. #line 185 "parse.y"
  1114. {yyval.ttype = NULL_TREE; ;
  1115.     break;}
  1116. case 9:
  1117. #line 192 "parse.y"
  1118. { if (pedantic)
  1119.             warning ("ANSI C forbids use of `asm' keyword");
  1120.           if (TREE_CHAIN (yyvsp[-2].ttype)) yyvsp[-2].ttype = combine_strings (yyvsp[-2].ttype);
  1121.           assemble_asm (yyvsp[-2].ttype); ;
  1122.     break;}
  1123. case 10:
  1124. #line 200 "parse.y"
  1125. { if (pedantic)
  1126.             error ("ANSI C forbids data definition lacking type or storage class");
  1127.           else
  1128.             warning ("data definition lacks type or storage class"); ;
  1129.     break;}
  1130. case 11:
  1131. #line 205 "parse.y"
  1132. {;
  1133.     break;}
  1134. case 12:
  1135. #line 207 "parse.y"
  1136. {;
  1137.     break;}
  1138. case 13:
  1139. #line 209 "parse.y"
  1140. { error ("empty declaration"); ;
  1141.     break;}
  1142. case 14:
  1143. #line 211 "parse.y"
  1144. { shadow_tag (yyvsp[-1].ttype); ;
  1145.     break;}
  1146. case 18:
  1147. #line 219 "parse.y"
  1148. { if (! start_function (yyvsp[-2].ttype, yyvsp[0].ttype))
  1149.             YYFAIL;
  1150.           reinit_parse_for_function (); ;
  1151.     break;}
  1152. case 19:
  1153. #line 223 "parse.y"
  1154. { store_parm_decls (); ;
  1155.     break;}
  1156. case 20:
  1157. #line 225 "parse.y"
  1158. { finish_function (); ;
  1159.     break;}
  1160. case 21:
  1161. #line 227 "parse.y"
  1162. { ;
  1163.     break;}
  1164. case 22:
  1165. #line 229 "parse.y"
  1166. { if (! start_function (yyvsp[-2].ttype, yyvsp[0].ttype))
  1167.             YYFAIL;
  1168.           reinit_parse_for_function (); ;
  1169.     break;}
  1170. case 23:
  1171. #line 233 "parse.y"
  1172. { store_parm_decls (); ;
  1173.     break;}
  1174. case 24:
  1175. #line 235 "parse.y"
  1176. { finish_function (); ;
  1177.     break;}
  1178. case 25:
  1179. #line 237 "parse.y"
  1180. { ;
  1181.     break;}
  1182. case 26:
  1183. #line 239 "parse.y"
  1184. { if (! start_function (0, yyvsp[0].ttype))
  1185.             YYFAIL;
  1186.           reinit_parse_for_function (); ;
  1187.     break;}
  1188. case 27:
  1189. #line 243 "parse.y"
  1190. { store_parm_decls (); ;
  1191.     break;}
  1192. case 28:
  1193. #line 245 "parse.y"
  1194. { finish_function (); ;
  1195.     break;}
  1196. case 29:
  1197. #line 247 "parse.y"
  1198. { ;
  1199.     break;}
  1200. case 32:
  1201. #line 256 "parse.y"
  1202. { yyval.code = ADDR_EXPR; ;
  1203.     break;}
  1204. case 33:
  1205. #line 258 "parse.y"
  1206. { yyval.code = NEGATE_EXPR; ;
  1207.     break;}
  1208. case 34:
  1209. #line 260 "parse.y"
  1210. { yyval.code = CONVERT_EXPR; ;
  1211.     break;}
  1212. case 35:
  1213. #line 262 "parse.y"
  1214. { yyval.code = PREINCREMENT_EXPR; ;
  1215.     break;}
  1216. case 36:
  1217. #line 264 "parse.y"
  1218. { yyval.code = PREDECREMENT_EXPR; ;
  1219.     break;}
  1220. case 37:
  1221. #line 266 "parse.y"
  1222. { yyval.code = BIT_NOT_EXPR; ;
  1223.     break;}
  1224. case 38:
  1225. #line 268 "parse.y"
  1226. { yyval.code = TRUTH_NOT_EXPR; ;
  1227.     break;}
  1228. case 39:
  1229. #line 272 "parse.y"
  1230. { yyval.ttype = build_compound_expr (yyvsp[0].ttype); ;
  1231.     break;}
  1232. case 40:
  1233. #line 277 "parse.y"
  1234. { yyval.ttype = NULL_TREE; ;
  1235.     break;}
  1236. case 42:
  1237. #line 283 "parse.y"
  1238. { yyval.ttype = build_tree_list (NULL_TREE, yyvsp[0].ttype); ;
  1239.     break;}
  1240. case 43:
  1241. #line 285 "parse.y"
  1242. { chainon (yyvsp[-2].ttype, build_tree_list (NULL_TREE, yyvsp[0].ttype)); ;
  1243.     break;}
  1244. case 45:
  1245. #line 291 "parse.y"
  1246. { yyval.ttype = build_indirect_ref (yyvsp[0].ttype, "unary *"); ;
  1247.     break;}
  1248. case 46:
  1249. #line 293 "parse.y"
  1250. { yyval.ttype = build_unary_op (yyvsp[-1].code, yyvsp[0].ttype, 0); ;
  1251.     break;}
  1252. case 47:
  1253. #line 295 "parse.y"
  1254. { tree type = groktypename (yyvsp[-2].ttype);
  1255.           yyval.ttype = build_c_cast (type, yyvsp[0].ttype); ;
  1256.     break;}
  1257. case 48:
  1258. #line 298 "parse.y"
  1259. { tree type = groktypename (yyvsp[-5].ttype);
  1260.           if (pedantic)
  1261.             warning ("ANSI C forbids constructor-expressions");
  1262.           yyval.ttype = digest_init (type, build_nt (CONSTRUCTOR, NULL_TREE, nreverse (yyvsp[-2].ttype)), 0);
  1263.           if (TREE_CODE (type) == ARRAY_TYPE && TYPE_SIZE (type) == 0)
  1264.             {
  1265.               int failure = complete_array_type (type, yyval.ttype, 1);
  1266.               if (failure)
  1267.             abort ();
  1268.             }
  1269.         ;
  1270.     break;}
  1271. case 49:
  1272. #line 310 "parse.y"
  1273. { if (TREE_CODE (yyvsp[0].ttype) == COMPONENT_REF
  1274.               && TREE_PACKED (TREE_OPERAND (yyvsp[0].ttype, 1)))
  1275.             error ("sizeof applied to a bit-field");
  1276.           yyval.ttype = c_sizeof (TREE_TYPE (yyvsp[0].ttype)); ;
  1277.     break;}
  1278. case 50:
  1279. #line 315 "parse.y"
  1280. { yyval.ttype = c_sizeof (groktypename (yyvsp[-1].ttype)); ;
  1281.     break;}
  1282. case 51:
  1283. #line 317 "parse.y"
  1284. { if (TREE_CODE (yyvsp[0].ttype) == COMPONENT_REF
  1285.               && TREE_PACKED (TREE_OPERAND (yyvsp[0].ttype, 1)))
  1286.             error ("__alignof applied to a bit-field");
  1287.           yyval.ttype = c_alignof (TREE_TYPE (yyvsp[0].ttype)); ;
  1288.     break;}
  1289. case 52:
  1290. #line 322 "parse.y"
  1291. { yyval.ttype = c_alignof (groktypename (yyvsp[-1].ttype)); ;
  1292.     break;}
  1293. case 53:
  1294. #line 324 "parse.y"
  1295. { yyval.ttype = build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1296.     break;}
  1297. case 54:
  1298. #line 326 "parse.y"
  1299. { yyval.ttype = build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1300.     break;}
  1301. case 55:
  1302. #line 328 "parse.y"
  1303. { yyval.ttype = build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1304.     break;}
  1305. case 56:
  1306. #line 330 "parse.y"
  1307. { yyval.ttype = build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1308.     break;}
  1309. case 57:
  1310. #line 332 "parse.y"
  1311. { yyval.ttype = build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1312.     break;}
  1313. case 58:
  1314. #line 334 "parse.y"
  1315. { yyval.ttype = build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1316.     break;}
  1317. case 59:
  1318. #line 336 "parse.y"
  1319. { yyval.ttype = build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1320.     break;}
  1321. case 60:
  1322. #line 338 "parse.y"
  1323. { yyval.ttype = build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1324.     break;}
  1325. case 61:
  1326. #line 340 "parse.y"
  1327. { yyval.ttype = build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1328.     break;}
  1329. case 62:
  1330. #line 342 "parse.y"
  1331. { yyval.ttype = build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1332.     break;}
  1333. case 63:
  1334. #line 344 "parse.y"
  1335. { yyval.ttype = build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1336.     break;}
  1337. case 64:
  1338. #line 346 "parse.y"
  1339. { yyval.ttype = build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1340.     break;}
  1341. case 65:
  1342. #line 348 "parse.y"
  1343. { yyval.ttype = build_binary_op (TRUTH_ANDIF_EXPR, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1344.     break;}
  1345. case 66:
  1346. #line 350 "parse.y"
  1347. { yyval.ttype = build_binary_op (TRUTH_ORIF_EXPR, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1348.     break;}
  1349. case 67:
  1350. #line 352 "parse.y"
  1351. { yyval.ttype = build_conditional_expr (yyvsp[-4].ttype, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1352.     break;}
  1353. case 68:
  1354. #line 354 "parse.y"
  1355. { yyval.ttype = build_modify_expr (yyvsp[-2].ttype, NOP_EXPR, yyvsp[0].ttype); ;
  1356.     break;}
  1357. case 69:
  1358. #line 356 "parse.y"
  1359. { yyval.ttype = build_modify_expr (yyvsp[-2].ttype, yyvsp[-1].code, yyvsp[0].ttype); ;
  1360.     break;}
  1361. case 70:
  1362. #line 361 "parse.y"
  1363. { yyval.ttype = lastiddecl;
  1364.           if (!yyval.ttype)
  1365.             {
  1366.               if (yychar == YYEMPTY)
  1367.             yychar = YYLEX;
  1368.               if (yychar == '(')
  1369.             yyval.ttype = implicitly_declare (yyvsp[0].ttype);
  1370.               else
  1371.             {
  1372.               if (IDENTIFIER_GLOBAL_VALUE (yyvsp[0].ttype) != error_mark_node)
  1373.                 error ("undeclared variable `%s' (first use here)",
  1374.                    IDENTIFIER_POINTER (yyvsp[0].ttype));
  1375.               yyval.ttype = error_mark_node;
  1376.               /* Prevent repeated error messages.  */
  1377.               IDENTIFIER_GLOBAL_VALUE (yyvsp[0].ttype) = error_mark_node;
  1378.             }
  1379.             }
  1380.           if (TREE_CODE (yyval.ttype) == CONST_DECL)
  1381.             yyval.ttype = DECL_INITIAL (yyval.ttype);
  1382.         ;
  1383.     break;}
  1384. case 72:
  1385. #line 383 "parse.y"
  1386. { yyval.ttype = combine_strings (yyvsp[0].ttype); ;
  1387.     break;}
  1388. case 73:
  1389. #line 385 "parse.y"
  1390. { yyval.ttype = yyvsp[-1].ttype; ;
  1391.     break;}
  1392. case 74:
  1393. #line 387 "parse.y"
  1394. { yyval.ttype = error_mark_node; ;
  1395.     break;}
  1396. case 75:
  1397. #line 389 "parse.y"
  1398. { if (current_function_decl == 0)
  1399.             {
  1400.               error ("braced-group within expression allowed only inside a function");
  1401.               YYFAIL;
  1402.             }
  1403.           expand_start_stmt_expr (); ;
  1404.     break;}
  1405. case 76:
  1406. #line 396 "parse.y"
  1407. { if (pedantic)
  1408.             warning ("ANSI C forbids braced-groups within expressions");
  1409.           yyval.ttype = get_last_expr ();
  1410.           expand_end_stmt_expr (); ;
  1411.     break;}
  1412. case 77:
  1413. #line 401 "parse.y"
  1414. { yyval.ttype = build_function_call (yyvsp[-3].ttype, yyvsp[-1].ttype); ;
  1415.     break;}
  1416. case 78:
  1417. #line 403 "parse.y"
  1418. { yyval.ttype = build_array_ref (yyvsp[-3].ttype, yyvsp[-1].ttype); ;
  1419.     break;}
  1420. case 79:
  1421. #line 405 "parse.y"
  1422. { yyval.ttype = build_component_ref (yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1423.     break;}
  1424. case 80:
  1425. #line 407 "parse.y"
  1426. { yyval.ttype = build_component_ref (build_indirect_ref (yyvsp[-2].ttype, "->"), yyvsp[0].ttype); ;
  1427.     break;}
  1428. case 81:
  1429. #line 409 "parse.y"
  1430. { yyval.ttype = build_unary_op (POSTINCREMENT_EXPR, yyvsp[-1].ttype, 0); ;
  1431.     break;}
  1432. case 82:
  1433. #line 411 "parse.y"
  1434. { yyval.ttype = build_unary_op (POSTDECREMENT_EXPR, yyvsp[-1].ttype, 0); ;
  1435.     break;}
  1436. case 84:
  1437. #line 418 "parse.y"
  1438. { yyval.ttype = chainon (yyvsp[-1].ttype, yyvsp[0].ttype); ;
  1439.     break;}
  1440. case 91:
  1441. #line 436 "parse.y"
  1442. { current_declspecs = yyvsp[0].ttype;
  1443.           yyval.itype = suspend_momentary (); ;
  1444.     break;}
  1445. case 92:
  1446. #line 442 "parse.y"
  1447. { resume_momentary (yyvsp[-2].itype); ;
  1448.     break;}
  1449. case 93:
  1450. #line 444 "parse.y"
  1451. { resume_momentary (yyvsp[-2].itype); ;
  1452.     break;}
  1453. case 94:
  1454. #line 446 "parse.y"
  1455. { shadow_tag (yyvsp[-1].ttype); ;
  1456.     break;}
  1457. case 95:
  1458. #line 448 "parse.y"
  1459. { warning ("empty declaration"); ;
  1460.     break;}
  1461. case 96:
  1462. #line 457 "parse.y"
  1463. { yyval.ttype = tree_cons (NULL_TREE, yyvsp[-1].ttype, yyvsp[0].ttype); ;
  1464.     break;}
  1465. case 97:
  1466. #line 459 "parse.y"
  1467. { yyval.ttype = chainon (yyvsp[0].ttype, tree_cons (NULL_TREE, yyvsp[-1].ttype, yyvsp[-2].ttype)); ;
  1468.     break;}
  1469. case 98:
  1470. #line 463 "parse.y"
  1471. { yyval.ttype = NULL_TREE; ;
  1472.     break;}
  1473. case 99:
  1474. #line 465 "parse.y"
  1475. { yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
  1476.     break;}
  1477. case 100:
  1478. #line 467 "parse.y"
  1479. { yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
  1480.     break;}
  1481. case 101:
  1482. #line 476 "parse.y"
  1483. { yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, NULL_TREE); ;
  1484.     break;}
  1485. case 102:
  1486. #line 478 "parse.y"
  1487. { yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, NULL_TREE); ;
  1488.     break;}
  1489. case 103:
  1490. #line 480 "parse.y"
  1491. { yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
  1492.     break;}
  1493. case 104:
  1494. #line 482 "parse.y"
  1495. { yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
  1496.     break;}
  1497. case 105:
  1498. #line 492 "parse.y"
  1499. { yyval.ttype = tree_cons (NULL_TREE, yyvsp[-1].ttype, yyvsp[0].ttype); ;
  1500.     break;}
  1501. case 106:
  1502. #line 494 "parse.y"
  1503. { yyval.ttype = chainon (yyvsp[0].ttype, tree_cons (NULL_TREE, yyvsp[-1].ttype, yyvsp[-2].ttype)); ;
  1504.     break;}
  1505. case 107:
  1506. #line 498 "parse.y"
  1507. { yyval.ttype = NULL_TREE; ;
  1508.     break;}
  1509. case 108:
  1510. #line 500 "parse.y"
  1511. { yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
  1512.     break;}
  1513. case 112:
  1514. #line 511 "parse.y"
  1515. { yyval.ttype = TREE_TYPE (yyvsp[-1].ttype);
  1516.           if (pedantic)
  1517.             warning ("ANSI C forbids `typeof'"); ;
  1518.     break;}
  1519. case 113:
  1520. #line 515 "parse.y"
  1521. { yyval.ttype = groktypename (yyvsp[-1].ttype);
  1522.           if (pedantic)
  1523.             warning ("ANSI C forbids `typeof'"); ;
  1524.     break;}
  1525. case 121:
  1526. #line 539 "parse.y"
  1527. { yyval.ttype = NULL_TREE; ;
  1528.     break;}
  1529. case 122:
  1530. #line 541 "parse.y"
  1531. { if (TREE_CHAIN (yyvsp[-1].ttype)) yyvsp[-1].ttype = combine_strings (yyvsp[-1].ttype);
  1532.           yyval.ttype = yyvsp[-1].ttype;
  1533.           if (pedantic)
  1534.             warning ("ANSI C forbids use of `asm' keyword");
  1535.         ;
  1536.     break;}
  1537. case 123:
  1538. #line 550 "parse.y"
  1539. { yyval.ttype = start_decl (yyvsp[-2].ttype, current_declspecs, 1); ;
  1540.     break;}
  1541. case 124:
  1542. #line 553 "parse.y"
  1543. { finish_decl (yyvsp[-1].ttype, yyvsp[0].ttype, yyvsp[-3].ttype); ;
  1544.     break;}
  1545. case 125:
  1546. #line 555 "parse.y"
  1547. { tree d = start_decl (yyvsp[-1].ttype, current_declspecs, 0);
  1548.           finish_decl (d, NULL_TREE, yyvsp[0].ttype); ;
  1549.     break;}
  1550. case 126:
  1551. #line 561 "parse.y"
  1552. { yyval.ttype = start_decl (yyvsp[-2].ttype, current_declspecs, 1); ;
  1553.     break;}
  1554. case 127:
  1555. #line 564 "parse.y"
  1556. { finish_decl (yyvsp[-1].ttype, yyvsp[0].ttype, yyvsp[-3].ttype); ;
  1557.     break;}
  1558. case 128:
  1559. #line 566 "parse.y"
  1560. { tree d = start_decl (yyvsp[-1].ttype, current_declspecs, 0);
  1561.           finish_decl (d, NULL_TREE, yyvsp[0].ttype); ;
  1562.     break;}
  1563. case 130:
  1564. #line 573 "parse.y"
  1565. { yyval.ttype = build_nt (CONSTRUCTOR, NULL_TREE, nreverse (yyvsp[-1].ttype)); ;
  1566.     break;}
  1567. case 131:
  1568. #line 575 "parse.y"
  1569. { yyval.ttype = build_nt (CONSTRUCTOR, NULL_TREE, nreverse (yyvsp[-2].ttype)); ;
  1570.     break;}
  1571. case 132:
  1572. #line 577 "parse.y"
  1573. { yyval.ttype = NULL_TREE; ;
  1574.     break;}
  1575. case 133:
  1576. #line 584 "parse.y"
  1577. { yyval.ttype = build_tree_list (NULL_TREE, yyvsp[0].ttype); ;
  1578.     break;}
  1579. case 134:
  1580. #line 586 "parse.y"
  1581. { yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-2].ttype); ;
  1582.     break;}
  1583. case 137:
  1584. #line 601 "parse.y"
  1585. { yyval.ttype = yyvsp[-1].ttype; ;
  1586.     break;}
  1587. case 138:
  1588. #line 603 "parse.y"
  1589. { yyval.ttype = build_nt (CALL_EXPR, yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE); ;
  1590.     break;}
  1591. case 139:
  1592. #line 608 "parse.y"
  1593. { yyval.ttype = build_nt (ARRAY_REF, yyvsp[-3].ttype, yyvsp[-1].ttype); ;
  1594.     break;}
  1595. case 140:
  1596. #line 610 "parse.y"
  1597. { yyval.ttype = build_nt (ARRAY_REF, yyvsp[-2].ttype, NULL_TREE); ;
  1598.     break;}
  1599. case 141:
  1600. #line 612 "parse.y"
  1601. { yyval.ttype = make_pointer_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
  1602.     break;}
  1603. case 143:
  1604. #line 623 "parse.y"
  1605. { yyval.ttype = build_nt (CALL_EXPR, yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE); ;
  1606.     break;}
  1607. case 144:
  1608. #line 628 "parse.y"
  1609. { yyval.ttype = build_nt (ARRAY_REF, yyvsp[-3].ttype, yyvsp[-1].ttype); ;
  1610.     break;}
  1611. case 145:
  1612. #line 630 "parse.y"
  1613. { yyval.ttype = build_nt (ARRAY_REF, yyvsp[-2].ttype, NULL_TREE); ;
  1614.     break;}
  1615. case 146:
  1616. #line 632 "parse.y"
  1617. { yyval.ttype = make_pointer_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
  1618.     break;}
  1619. case 148:
  1620. #line 641 "parse.y"
  1621. { yyval.ttype = build_nt (CALL_EXPR, yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE); ;
  1622.     break;}
  1623. case 149:
  1624. #line 646 "parse.y"
  1625. { yyval.ttype = yyvsp[-1].ttype; ;
  1626.     break;}
  1627. case 150:
  1628. #line 648 "parse.y"
  1629. { yyval.ttype = make_pointer_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
  1630.     break;}
  1631. case 151:
  1632. #line 650 "parse.y"
  1633. { yyval.ttype = build_nt (ARRAY_REF, yyvsp[-3].ttype, yyvsp[-1].ttype); ;
  1634.     break;}
  1635. case 152:
  1636. #line 652 "parse.y"
  1637. { yyval.ttype = build_nt (ARRAY_REF, yyvsp[-2].ttype, NULL_TREE); ;
  1638.     break;}
  1639. case 154:
  1640. #line 658 "parse.y"
  1641. { yyval.ttype = start_struct (RECORD_TYPE, yyvsp[-1].ttype);
  1642.           /* Start scope of tag before parsing components.  */
  1643.         ;
  1644.     break;}
  1645. case 155:
  1646. #line 662 "parse.y"
  1647. { yyval.ttype = finish_struct (yyvsp[-2].ttype, yyvsp[-1].ttype);
  1648.           /* Really define the structure.  */
  1649.         ;
  1650.     break;}
  1651. case 156:
  1652. #line 666 "parse.y"
  1653. { yyval.ttype = finish_struct (start_struct (RECORD_TYPE, NULL_TREE),
  1654.                       yyvsp[-1].ttype); ;
  1655.     break;}
  1656. case 157:
  1657. #line 669 "parse.y"
  1658. { yyval.ttype = xref_tag (RECORD_TYPE, yyvsp[0].ttype); ;
  1659.     break;}
  1660. case 158:
  1661. #line 671 "parse.y"
  1662. { yyval.ttype = start_struct (UNION_TYPE, yyvsp[-1].ttype); ;
  1663.     break;}
  1664. case 159:
  1665. #line 673 "parse.y"
  1666. { yyval.ttype = finish_struct (yyvsp[-2].ttype, yyvsp[-1].ttype); ;
  1667.     break;}
  1668. case 160:
  1669. #line 675 "parse.y"
  1670. { yyval.ttype = finish_struct (start_struct (UNION_TYPE, NULL_TREE),
  1671.                       yyvsp[-1].ttype); ;
  1672.     break;}
  1673. case 161:
  1674. #line 678 "parse.y"
  1675. { yyval.ttype = xref_tag (UNION_TYPE, yyvsp[0].ttype); ;
  1676.     break;}
  1677. case 162:
  1678. #line 680 "parse.y"
  1679. { yyvsp[0].itype = suspend_momentary ();
  1680.           yyval.ttype = start_enum (yyvsp[-1].ttype); ;
  1681.     break;}
  1682. case 163:
  1683. #line 683 "parse.y"
  1684. { yyval.ttype = finish_enum (yyvsp[-3].ttype, nreverse (yyvsp[-2].ttype));
  1685.           resume_momentary (yyvsp[-4].itype); ;
  1686.     break;}
  1687. case 164:
  1688. #line 686 "parse.y"
  1689. { yyvsp[0].itype = suspend_momentary ();
  1690.           yyval.ttype = start_enum (NULL_TREE); ;
  1691.     break;}
  1692. case 165:
  1693. #line 689 "parse.y"
  1694. { yyval.ttype = finish_enum (yyvsp[-3].ttype, nreverse (yyvsp[-2].ttype));
  1695.           resume_momentary (yyvsp[-4].itype); ;
  1696.     break;}
  1697. case 166:
  1698. #line 692 "parse.y"
  1699. { yyval.ttype = xref_tag (ENUMERAL_TYPE, yyvsp[0].ttype); ;
  1700.     break;}
  1701. case 169:
  1702. #line 701 "parse.y"
  1703. { yyval.ttype = NULL_TREE; ;
  1704.     break;}
  1705. case 170:
  1706. #line 703 "parse.y"
  1707. { yyval.ttype = chainon (yyvsp[-2].ttype, yyvsp[-1].ttype); ;
  1708.     break;}
  1709. case 171:
  1710. #line 705 "parse.y"
  1711. { if (pedantic) 
  1712.             warning ("extra semicolon in struct or union specified"); ;
  1713.     break;}
  1714. case 172:
  1715. #line 720 "parse.y"
  1716. { yyval.ttype = yyvsp[0].ttype;
  1717.           resume_momentary (yyvsp[-1].itype); ;
  1718.     break;}
  1719. case 173:
  1720. #line 723 "parse.y"
  1721. { yyval.ttype = yyvsp[0].ttype;
  1722.           resume_momentary (yyvsp[-1].itype); ;
  1723.     break;}
  1724. case 174:
  1725. #line 726 "parse.y"
  1726. { yyval.ttype = NULL_TREE; ;
  1727.     break;}
  1728. case 175:
  1729. #line 731 "parse.y"
  1730. { yyval.ttype = NULL_TREE; ;
  1731.     break;}
  1732. case 177:
  1733. #line 734 "parse.y"
  1734. { yyval.ttype = chainon (yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1735.     break;}
  1736. case 178:
  1737. #line 739 "parse.y"
  1738. { yyval.ttype = grokfield (input_filename, lineno, yyvsp[0].ttype, current_declspecs, NULL_TREE); ;
  1739.     break;}
  1740. case 179:
  1741. #line 741 "parse.y"
  1742. { yyval.ttype = grokfield (input_filename, lineno, yyvsp[-2].ttype, current_declspecs, yyvsp[0].ttype); ;
  1743.     break;}
  1744. case 180:
  1745. #line 743 "parse.y"
  1746. { yyval.ttype = grokfield (input_filename, lineno, NULL_TREE, current_declspecs, yyvsp[0].ttype); ;
  1747.     break;}
  1748. case 182:
  1749. #line 754 "parse.y"
  1750. { yyval.ttype = chainon (yyvsp[0].ttype, yyvsp[-2].ttype); ;
  1751.     break;}
  1752. case 183:
  1753. #line 760 "parse.y"
  1754. { yyval.ttype = build_enumerator (yyvsp[0].ttype, NULL_TREE); ;
  1755.     break;}
  1756. case 184:
  1757. #line 762 "parse.y"
  1758. { yyval.ttype = build_enumerator (yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1759.     break;}
  1760. case 185:
  1761. #line 767 "parse.y"
  1762. { yyval.ttype = build_tree_list (yyvsp[-1].ttype, yyvsp[0].ttype); ;
  1763.     break;}
  1764. case 186:
  1765. #line 769 "parse.y"
  1766. { yyval.ttype = build_tree_list (yyvsp[-1].ttype, yyvsp[0].ttype); ;
  1767.     break;}
  1768. case 187:
  1769. #line 774 "parse.y"
  1770. { yyval.ttype = NULL_TREE; ;
  1771.     break;}
  1772. case 189:
  1773. #line 780 "parse.y"
  1774. { yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, NULL_TREE); ;
  1775.     break;}
  1776. case 190:
  1777. #line 782 "parse.y"
  1778. { yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
  1779.     break;}
  1780. case 191:
  1781. #line 787 "parse.y"
  1782. { yyval.ttype = NULL_TREE; ;
  1783.     break;}
  1784. case 192:
  1785. #line 789 "parse.y"
  1786. { yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
  1787.     break;}
  1788. case 193:
  1789. #line 794 "parse.y"
  1790. { yyval.ttype = yyvsp[-1].ttype; ;
  1791.     break;}
  1792. case 194:
  1793. #line 797 "parse.y"
  1794. { yyval.ttype = make_pointer_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
  1795.     break;}
  1796. case 195:
  1797. #line 799 "parse.y"
  1798. { yyval.ttype = make_pointer_declarator (yyvsp[0].ttype, NULL_TREE); ;
  1799.     break;}
  1800. case 196:
  1801. #line 801 "parse.y"
  1802. { yyval.ttype = build_nt (CALL_EXPR, yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE); ;
  1803.     break;}
  1804. case 197:
  1805. #line 803 "parse.y"
  1806. { yyval.ttype = build_nt (ARRAY_REF, yyvsp[-3].ttype, yyvsp[-1].ttype); ;
  1807.     break;}
  1808. case 198:
  1809. #line 805 "parse.y"
  1810. { yyval.ttype = build_nt (ARRAY_REF, yyvsp[-2].ttype, NULL_TREE); ;
  1811.     break;}
  1812. case 199:
  1813. #line 807 "parse.y"
  1814. { yyval.ttype = build_nt (CALL_EXPR, NULL_TREE, yyvsp[0].ttype, NULL_TREE); ;
  1815.     break;}
  1816. case 200:
  1817. #line 809 "parse.y"
  1818. { yyval.ttype = build_nt (ARRAY_REF, NULL_TREE, yyvsp[-1].ttype); ;
  1819.     break;}
  1820. case 201:
  1821. #line 811 "parse.y"
  1822. { yyval.ttype = build_nt (ARRAY_REF, NULL_TREE, NULL_TREE); ;
  1823.     break;}
  1824. case 208:
  1825. #line 833 "parse.y"
  1826. { pushlevel (0);
  1827.           clear_last_expr ();
  1828.           push_momentary ();
  1829.           expand_start_bindings (0); ;
  1830.     break;}
  1831. case 212:
  1832. #line 848 "parse.y"
  1833. { expand_end_bindings (getdecls (), 1);
  1834.           poplevel (1, 1, 0);
  1835.           pop_momentary (); ;
  1836.     break;}
  1837. case 213:
  1838. #line 852 "parse.y"
  1839. { expand_end_bindings (getdecls (), 0);
  1840.           poplevel (0, 0, 0);
  1841.           pop_momentary (); ;
  1842.     break;}
  1843. case 214:
  1844. #line 856 "parse.y"
  1845. { expand_end_bindings (getdecls (), 0);
  1846.           poplevel (0, 0, 0);
  1847.           pop_momentary (); ;
  1848.     break;}
  1849. case 215:
  1850. #line 863 "parse.y"
  1851. { emit_note (input_filename, lineno);
  1852.           expand_start_cond (truthvalue_conversion (yyvsp[-1].ttype), 0); ;
  1853.     break;}
  1854. case 218:
  1855. #line 871 "parse.y"
  1856. { emit_note (input_filename, lineno);
  1857.           expand_expr_stmt (yyvsp[-1].ttype);
  1858.           clear_momentary (); ;
  1859.     break;}
  1860. case 219:
  1861. #line 875 "parse.y"
  1862. { expand_start_else (); ;
  1863.     break;}
  1864. case 220:
  1865. #line 877 "parse.y"
  1866. { expand_end_else (); ;
  1867.     break;}
  1868. case 221:
  1869. #line 879 "parse.y"
  1870. { expand_end_cond (); ;
  1871.     break;}
  1872. case 222:
  1873. #line 881 "parse.y"
  1874. { emit_note (input_filename, lineno);
  1875.           expand_start_loop (1); ;
  1876.     break;}
  1877. case 223:
  1878. #line 884 "parse.y"
  1879. { emit_note (input_filename, lineno);
  1880.           expand_exit_loop_if_false (truthvalue_conversion (yyvsp[-1].ttype)); ;
  1881.     break;}
  1882. case 224:
  1883. #line 887 "parse.y"
  1884. { expand_end_loop (); ;
  1885.     break;}
  1886. case 225:
  1887. #line 889 "parse.y"
  1888. { emit_note (input_filename, lineno);
  1889.           expand_start_loop_continue_elsewhere (1); ;
  1890.     break;}
  1891. case 226:
  1892. #line 892 "parse.y"
  1893. { expand_loop_continue_here (); ;
  1894.     break;}
  1895. case 227:
  1896. #line 894 "parse.y"
  1897. { emit_note (input_filename, lineno);
  1898.           expand_exit_loop_if_false (truthvalue_conversion (yyvsp[-2].ttype));
  1899.           expand_end_loop ();
  1900.           clear_momentary (); ;
  1901.     break;}
  1902. case 228:
  1903. #line 900 "parse.y"
  1904. { emit_note (input_filename, lineno);
  1905.           if (yyvsp[-1].ttype) expand_expr_stmt (yyvsp[-1].ttype);
  1906.           expand_start_loop_continue_elsewhere (1); ;
  1907.     break;}
  1908. case 229:
  1909. #line 904 "parse.y"
  1910. { emit_note (input_filename, lineno);
  1911.           if (yyvsp[-1].ttype)
  1912.             expand_exit_loop_if_false (truthvalue_conversion (yyvsp[-1].ttype)); ;
  1913.     break;}
  1914. case 230:
  1915. #line 910 "parse.y"
  1916. { push_momentary ();
  1917.           yyvsp[0].itype = lineno; ;
  1918.     break;}
  1919. case 231:
  1920. #line 913 "parse.y"
  1921. { emit_note (input_filename, yyvsp[-2].itype);
  1922.           expand_loop_continue_here ();
  1923.           if (yyvsp[-3].ttype)
  1924.             expand_expr_stmt (yyvsp[-3].ttype);
  1925.           pop_momentary ();
  1926.           expand_end_loop (); ;
  1927.     break;}
  1928. case 232:
  1929. #line 920 "parse.y"
  1930. { emit_note (input_filename, lineno);
  1931.           c_expand_start_case (yyvsp[-1].ttype);
  1932.           /* Don't let the tree nodes for $3 be discarded by
  1933.              clear_momentary during the parsing of the next stmt.  */
  1934.           push_momentary (); ;
  1935.     break;}
  1936. case 233:
  1937. #line 926 "parse.y"
  1938. { expand_end_case ();
  1939.           pop_momentary (); ;
  1940.     break;}
  1941. case 234:
  1942. #line 929 "parse.y"
  1943. { register tree value = fold (yyvsp[-1].ttype);
  1944.           register tree label
  1945.             = build_decl (LABEL_DECL, NULL_TREE, NULL_TREE);
  1946.  
  1947.           if (TREE_CODE (value) != INTEGER_CST
  1948.               && value != error_mark_node)
  1949.             {
  1950.               error ("case label does not reduce to an integer constant");
  1951.               value = error_mark_node;
  1952.             }
  1953.           else
  1954.             /* Promote char or short to int.  */
  1955.             value = default_conversion (value);
  1956.           if (value != error_mark_node)
  1957.             {
  1958.               int success = pushcase (value, label);
  1959.               if (success == 1)
  1960.             error ("case label not within a switch statement");
  1961.               else if (success == 2)
  1962.             error ("duplicate case value");
  1963.               else if (success == 3)
  1964.             warning ("case value out of range");
  1965.             }
  1966.         ;
  1967.     break;}
  1968. case 236:
  1969. #line 955 "parse.y"
  1970. {
  1971.           register tree label
  1972.             = build_decl (LABEL_DECL, NULL_TREE, NULL_TREE);
  1973.           int success = pushcase (NULL_TREE, label);
  1974.           if (success == 1)
  1975.             error ("default label not within a switch statement");
  1976.           else if (success == 2)
  1977.             error ("multiple default labels in one switch");
  1978.         ;
  1979.     break;}
  1980. case 238:
  1981. #line 966 "parse.y"
  1982. { emit_note (input_filename, lineno);
  1983.           if ( ! expand_exit_something ())
  1984.             error ("break statement not within loop or switch"); ;
  1985.     break;}
  1986. case 239:
  1987. #line 970 "parse.y"
  1988. { emit_note (input_filename, lineno);
  1989.           if (! expand_continue_loop ())
  1990.             error ("continue statement not within a loop"); ;
  1991.     break;}
  1992. case 240:
  1993. #line 974 "parse.y"
  1994. { emit_note (input_filename, lineno);
  1995.           c_expand_return (NULL_TREE); ;
  1996.     break;}
  1997. case 241:
  1998. #line 977 "parse.y"
  1999. { emit_note (input_filename, lineno);
  2000.           c_expand_return (yyvsp[-1].ttype); ;
  2001.     break;}
  2002. case 242:
  2003. #line 980 "parse.y"
  2004. { if (pedantic)
  2005.             warning ("ANSI C forbids use of `asm' keyword");
  2006.           if (TREE_CHAIN (yyvsp[-2].ttype)) yyvsp[-2].ttype = combine_strings (yyvsp[-2].ttype);
  2007.           expand_asm (yyvsp[-2].ttype); ;
  2008.     break;}
  2009. case 243:
  2010. #line 986 "parse.y"
  2011. { if (pedantic)
  2012.             warning ("ANSI C forbids use of `asm' keyword");
  2013.           if (TREE_CHAIN (yyvsp[-4].ttype)) yyvsp[-4].ttype = combine_strings (yyvsp[-4].ttype);
  2014.           c_expand_asm_operands (yyvsp[-4].ttype, yyvsp[-2].ttype, NULL_TREE,
  2015.                      yyvsp[-6].ttype == ridpointers[(int)RID_VOLATILE]); ;
  2016.     break;}
  2017. case 244:
  2018. #line 993 "parse.y"
  2019. { if (pedantic)
  2020.             warning ("ANSI C forbids use of `asm' keyword");
  2021.           if (TREE_CHAIN (yyvsp[-6].ttype)) yyvsp[-6].ttype = combine_strings (yyvsp[-6].ttype);
  2022.           c_expand_asm_operands (yyvsp[-6].ttype, yyvsp[-4].ttype, yyvsp[-2].ttype,
  2023.                      yyvsp[-8].ttype == ridpointers[(int)RID_VOLATILE]); ;
  2024.     break;}
  2025. case 245:
  2026. #line 999 "parse.y"
  2027. { tree decl;
  2028.           emit_note (input_filename, lineno);
  2029.           decl = lookup_label (yyvsp[-1].ttype);
  2030.           expand_goto (decl); ;
  2031.     break;}
  2032. case 246:
  2033. #line 1004 "parse.y"
  2034. { tree label = define_label (input_filename, lineno, yyvsp[-1].ttype);
  2035.           if (label)
  2036.             expand_label (label); ;
  2037.     break;}
  2038. case 249:
  2039. #line 1013 "parse.y"
  2040. { emit_note (input_filename, lineno); ;
  2041.     break;}
  2042. case 250:
  2043. #line 1015 "parse.y"
  2044. { emit_note (input_filename, lineno); ;
  2045.     break;}
  2046. case 251:
  2047. #line 1020 "parse.y"
  2048. { yyval.ttype = NULL_TREE; ;
  2049.     break;}
  2050. case 253:
  2051. #line 1027 "parse.y"
  2052. { yyval.ttype = NULL_TREE; ;
  2053.     break;}
  2054. case 256:
  2055. #line 1034 "parse.y"
  2056. { yyval.ttype = chainon (yyvsp[-2].ttype, yyvsp[0].ttype); ;
  2057.     break;}
  2058. case 257:
  2059. #line 1039 "parse.y"
  2060. { yyval.ttype = build_tree_list (yyvsp[-3].ttype, yyvsp[-1].ttype); ;
  2061.     break;}
  2062. case 258:
  2063. #line 1045 "parse.y"
  2064. { pushlevel (0); ;
  2065.     break;}
  2066. case 259:
  2067. #line 1047 "parse.y"
  2068. { yyval.ttype = yyvsp[0].ttype; poplevel (0, 0, 0); ;
  2069.     break;}
  2070. case 260:
  2071. #line 1053 "parse.y"
  2072. { pushlevel (0); ;
  2073.     break;}
  2074. case 261:
  2075. #line 1055 "parse.y"
  2076. { yyval.ttype = yyvsp[0].ttype; poplevel (0, 0, 0); ;
  2077.     break;}
  2078. case 263:
  2079. #line 1061 "parse.y"
  2080. { yyval.ttype = tree_cons (NULL_TREE, NULL_TREE, yyvsp[-1].ttype); ;
  2081.     break;}
  2082. case 264:
  2083. #line 1063 "parse.y"
  2084. { yyval.ttype = tree_cons (NULL_TREE, NULL_TREE, NULL_TREE); ;
  2085.     break;}
  2086. case 266:
  2087. #line 1069 "parse.y"
  2088. { yyval.ttype = tree_cons (NULL_TREE, NULL_TREE, NULL_TREE); ;
  2089.     break;}
  2090. case 267:
  2091. #line 1075 "parse.y"
  2092. { yyval.ttype = get_parm_info (0); ;
  2093.     break;}
  2094. case 268:
  2095. #line 1077 "parse.y"
  2096. { yyval.ttype = get_parm_info (1); ;
  2097.     break;}
  2098. case 269:
  2099. #line 1079 "parse.y"
  2100. { yyval.ttype = get_parm_info (0); ;
  2101.     break;}
  2102. case 270:
  2103. #line 1084 "parse.y"
  2104. { push_parm_decl (yyvsp[0].ttype); ;
  2105.     break;}
  2106. case 271:
  2107. #line 1086 "parse.y"
  2108. { push_parm_decl (yyvsp[0].ttype); ;
  2109.     break;}
  2110. case 272:
  2111. #line 1093 "parse.y"
  2112. { yyval.ttype = build_tree_list (yyvsp[-1].ttype, yyvsp[0].ttype)    ; ;
  2113.     break;}
  2114. case 273:
  2115. #line 1095 "parse.y"
  2116. { yyval.ttype = build_tree_list (yyvsp[-1].ttype, yyvsp[0].ttype)    ; ;
  2117.     break;}
  2118. case 274:
  2119. #line 1097 "parse.y"
  2120. { yyval.ttype = build_tree_list (yyvsp[-1].ttype, yyvsp[0].ttype); ;
  2121.     break;}
  2122. case 275:
  2123. #line 1099 "parse.y"
  2124. { yyval.ttype = build_tree_list (yyvsp[-1].ttype, yyvsp[0].ttype)    ; ;
  2125.     break;}
  2126. case 276:
  2127. #line 1101 "parse.y"
  2128. { yyval.ttype = build_tree_list (yyvsp[-1].ttype, yyvsp[0].ttype); ;
  2129.     break;}
  2130. case 277:
  2131. #line 1107 "parse.y"
  2132. { yyval.ttype = build_tree_list (NULL_TREE, yyvsp[0].ttype); ;
  2133.     break;}
  2134. case 278:
  2135. #line 1109 "parse.y"
  2136. { yyval.ttype = chainon (yyvsp[-2].ttype, build_tree_list (NULL_TREE, yyvsp[0].ttype)); ;
  2137.     break;}
  2138. }
  2139.    /* the action file gets copied in in place of this dollarsign */
  2140. #line 303 "bison.simple"
  2141.  
  2142.   yyvsp -= yylen;
  2143.   yyssp -= yylen;
  2144. #ifdef YYLSP_NEEDED
  2145.   yylsp -= yylen;
  2146. #endif
  2147.  
  2148. #ifdef YYDEBUG
  2149.   if (yydebug)
  2150.     {
  2151.       short *ssp1 = yyss - 1;
  2152.       fprintf (stderr, "state stack now", yyssp-yyss);
  2153.       while (ssp1 != yyssp)
  2154.     fprintf (stderr, " %d", *++ssp1);
  2155.       fprintf (stderr, "\n");
  2156.     }
  2157. #endif
  2158.  
  2159.   *++yyvsp = yyval;
  2160.  
  2161. #ifdef YYLSP_NEEDED
  2162.   yylsp++;
  2163.   if (yylen == 0)
  2164.     {
  2165.       yylsp->first_line = yylloc.first_line;
  2166.       yylsp->first_column = yylloc.first_column;
  2167.       yylsp->last_line = (yylsp-1)->last_line;
  2168.       yylsp->last_column = (yylsp-1)->last_column;
  2169.       yylsp->text = 0;
  2170.     }
  2171.   else
  2172.     {
  2173.       yylsp->last_line = (yylsp+yylen-1)->last_line;
  2174.       yylsp->last_column = (yylsp+yylen-1)->last_column;
  2175.     }
  2176. #endif
  2177.  
  2178.   /* Now "shift" the result of the reduction.
  2179.      Determine what state that goes to,
  2180.      based on the state we popped back to
  2181.      and the rule number reduced by.  */
  2182.  
  2183.   yyn = yyr1[yyn];
  2184.  
  2185.   yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
  2186.   if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp)
  2187.     yystate = yytable[yystate];
  2188.   else
  2189.     yystate = yydefgoto[yyn - YYNTBASE];
  2190.  
  2191.   goto yynewstate;
  2192.  
  2193. yyerrlab:   /* here on detecting error */
  2194.  
  2195.   if (! yyerrstatus)
  2196.     /* If not already recovering from an error, report this error.  */
  2197.     {
  2198.       ++yynerr;
  2199.       yyerror("parse error");
  2200.     }
  2201.  
  2202.   if (yyerrstatus == 3)
  2203.     {
  2204.       /* if just tried and failed to reuse lookahead token after an error, discard it.  */
  2205.  
  2206.       /* return failure if at end of input */
  2207.       if (yychar == YYEOF)
  2208.     YYERROR;
  2209.  
  2210. #ifdef YYDEBUG
  2211.       if (yydebug)
  2212.     fprintf(stderr, "Discarding token %d (%s).\n", yychar, yytname[yychar1]);
  2213. #endif
  2214.  
  2215.       yychar = YYEMPTY;
  2216.     }
  2217.  
  2218.   /* Else will try to reuse lookahead token
  2219.      after shifting the error token.  */
  2220.  
  2221.   yyerrstatus = 3;        /* Each real token shifted decrements this */
  2222.  
  2223.   goto yyerrhandle;
  2224.  
  2225. yyerrdefault:  /* current state does not do anything special for the error token. */
  2226.  
  2227. #if 0
  2228.   /* This is wrong; only states that explicitly want error tokens
  2229.      should shift them.  */
  2230.   yyn = yydefact[yystate];  /* If its default is to accept any token, ok.  Otherwise pop it.*/
  2231.   if (yyn) goto yydefault;
  2232. #endif
  2233.  
  2234. yyerrpop:   /* pop the current state because it cannot handle the error token */
  2235.  
  2236.   if (yyssp == yyss) YYERROR;
  2237.   yyvsp--;
  2238.   yystate = *--yyssp;
  2239. #ifdef YYLSP_NEEDED
  2240.   yylsp--;
  2241. #endif
  2242.  
  2243. #ifdef YYDEBUG
  2244.   if (yydebug)
  2245.     {
  2246.       short *ssp1 = yyss - 1;
  2247.       fprintf (stderr, "Error: state stack now", yyssp-yyss);
  2248.       while (ssp1 != yyssp)
  2249.     fprintf (stderr, " %d", *++ssp1);
  2250.       fprintf (stderr, "\n");
  2251.     }
  2252. #endif
  2253.  
  2254. yyerrhandle:
  2255.  
  2256.   yyn = yypact[yystate];
  2257.   if (yyn == YYFLAG)
  2258.     goto yyerrdefault;
  2259.  
  2260.   yyn += YYTERROR;
  2261.   if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != YYTERROR)
  2262.     goto yyerrdefault;
  2263.  
  2264.   yyn = yytable[yyn];
  2265.   if (yyn < 0)
  2266.     {
  2267.       if (yyn == YYFLAG)
  2268.     goto yyerrpop;
  2269.       yyn = -yyn;
  2270.       goto yyreduce;
  2271.     }
  2272.   else if (yyn == 0)
  2273.     goto yyerrpop;
  2274.  
  2275.   if (yyn == YYFINAL)
  2276.     YYACCEPT;
  2277.  
  2278. #ifdef YYDEBUG
  2279.   if (yydebug)
  2280.     fprintf(stderr, "Shifting error token, ");
  2281. #endif
  2282.  
  2283.   *++yyvsp = yylval;
  2284. #ifdef YYLSP_NEEDED
  2285.   *++yylsp = yylloc;
  2286. #endif
  2287.  
  2288.   yystate = yyn;
  2289.   goto yynewstate;
  2290. }
  2291. #line 1111 "parse.y"
  2292.  
  2293.  
  2294. /* Return something to represent absolute declarators containing a *.
  2295.    TARGET is the absolute declarator that the * contains.
  2296.    TYPE_QUALS is a list of modifiers such as const or volatile
  2297.    to apply to the pointer type, represented as identifiers.
  2298.  
  2299.    We return an INDIRECT_REF whose "contents" are TARGET
  2300.    and whose type is the modifier list.  */
  2301.    
  2302. static tree
  2303. make_pointer_declarator (type_quals, target)
  2304.      tree type_quals, target;
  2305. {
  2306.   return build (INDIRECT_REF, type_quals, target);
  2307. }
  2308.  
  2309. /* Given a chain of STRING_CST nodes,
  2310.    concatenate them into one STRING_CST
  2311.    and give it a suitable array-of-chars data type.  */
  2312.  
  2313. static tree
  2314. combine_strings (strings)
  2315.      tree strings;
  2316. {
  2317.   register tree value, t;
  2318.   register int length = 1;
  2319.   int wide_length = 0;
  2320.   int wide_flag = 0;
  2321.  
  2322.   if (TREE_CHAIN (strings))
  2323.     {
  2324.       /* More than one in the chain, so concatenate.  */
  2325.       register char *p, *q;
  2326.  
  2327.       /* Don't include the \0 at the end of each substring,
  2328.      except for the last one.
  2329.      Count wide strings and ordinary strings separately.  */
  2330.       for (t = strings; t; t = TREE_CHAIN (t))
  2331.     {
  2332.       if (TREE_TYPE (t) == int_array_type_node)
  2333.         {
  2334.           wide_length += (TREE_STRING_LENGTH (t) - 1);
  2335.           wide_flag = 1;
  2336.         }
  2337.       else
  2338.         length += (TREE_STRING_LENGTH (t) - 1);
  2339.     }
  2340.  
  2341.       /* If anything is wide, the non-wides will be converted,
  2342.      which makes them take more space.  */
  2343.       if (wide_flag)
  2344.     length = length * UNITS_PER_WORD + wide_length;
  2345.  
  2346.       p = (char *) oballoc (length);
  2347.  
  2348.       /* Copy the individual strings into the new combined string.
  2349.      If the combined string is wide, convert the chars to ints
  2350.      for any individual strings that are not wide.  */
  2351.  
  2352.       q = p;
  2353.       for (t = strings; t; t = TREE_CHAIN (t))
  2354.     {
  2355.       int len = TREE_STRING_LENGTH (t) - 1;
  2356.       if ((TREE_TYPE (t) == int_array_type_node) == wide_flag)
  2357.         {
  2358.           bcopy (TREE_STRING_POINTER (t), q, len);
  2359.           q += len;
  2360.         }
  2361.       else
  2362.         {
  2363.           int i;
  2364.           for (i = 0; i < len; i++)
  2365.         ((int *) q)[i] = TREE_STRING_POINTER (t)[i];
  2366.           q += len * UNITS_PER_WORD;
  2367.         }
  2368.     }
  2369.       *q = 0;
  2370.  
  2371.       value = make_node (STRING_CST);
  2372.       TREE_STRING_POINTER (value) = p;
  2373.       TREE_STRING_LENGTH (value) = length;
  2374.       TREE_LITERAL (value) = 1;
  2375.     }
  2376.   else
  2377.     {
  2378.       value = strings;
  2379.       length = TREE_STRING_LENGTH (value);
  2380.       if (TREE_TYPE (value) == int_array_type_node)
  2381.     wide_flag = 1;
  2382.     }
  2383.  
  2384.   TREE_TYPE (value)
  2385.     = build_array_type (wide_flag ? integer_type_node : char_type_node,
  2386.             make_index_type (build_int_2 (length - 1, 0)));
  2387.   TREE_LITERAL (value) = 1;
  2388.   TREE_STATIC (value) = 1;
  2389.   return value;
  2390. }
  2391.  
  2392. int lineno;            /* current line number in file being read */
  2393.  
  2394. FILE *finput;            /* input file.
  2395.                    Normally a pipe from the preprocessor.  */
  2396.  
  2397. /* lexical analyzer */
  2398.  
  2399. static int maxtoken;        /* Current nominal length of token buffer */
  2400. static char *token_buffer;    /* Pointer to token buffer.
  2401.                    Actual allocated length is maxtoken + 2.  */
  2402.  
  2403. #define MAXRESERVED 9
  2404.  
  2405. /* frw[I] is index in `reswords' of the first word whose length is I;
  2406.    frw[I+1] is one plus the index of the last word whose length is I.
  2407.    The length of frw must be MAXRESERVED + 2 so there is an element
  2408.    at MAXRESERVED+1 for the case I == MAXRESERVED.  */
  2409.  
  2410. static char frw[MAXRESERVED+2] =
  2411.   { 0, 0, 0, 2, 5, 13, 19, 29, 31, 35, 36 };
  2412.  
  2413. /* Table of reserved words.  */
  2414.  
  2415. struct resword { char *name; short token; enum rid rid;};
  2416.  
  2417. #define NORID RID_UNUSED
  2418.  
  2419. static struct resword reswords[]
  2420.   = {{"if", IF, NORID},
  2421.      {"do", DO, NORID},
  2422.      {"int", TYPESPEC, RID_INT},
  2423.      {"for", FOR, NORID},
  2424.      {"asm", ASM, NORID},
  2425.      {"case", CASE, NORID},
  2426.      {"char", TYPESPEC, RID_CHAR},
  2427.      {"auto", SCSPEC, RID_AUTO},
  2428.      {"goto", GOTO, NORID},
  2429.      {"else", ELSE, NORID},
  2430.      {"long", TYPESPEC, RID_LONG},
  2431.      {"void", TYPESPEC, RID_VOID},
  2432.      {"enum", ENUM, NORID},
  2433.      {"float", TYPESPEC, RID_FLOAT},
  2434.      {"short", TYPESPEC, RID_SHORT},
  2435.      {"union", UNION, NORID},
  2436.      {"break", BREAK, NORID},
  2437.      {"while", WHILE, NORID},
  2438.      {"const", TYPE_QUAL, RID_CONST},
  2439.      {"double", TYPESPEC, RID_DOUBLE},
  2440.      {"static", SCSPEC, RID_STATIC},
  2441.      {"extern", SCSPEC, RID_EXTERN},
  2442.      {"struct", STRUCT, NORID},
  2443.      {"return", RETURN, NORID},
  2444.      {"sizeof", SIZEOF, NORID},
  2445.      {"typeof", TYPEOF, NORID},
  2446.      {"switch", SWITCH, NORID},
  2447.      {"signed", TYPESPEC, RID_SIGNED},
  2448.      {"inline", SCSPEC, RID_INLINE},
  2449.      {"typedef", SCSPEC, RID_TYPEDEF},
  2450.      {"default", DEFAULT, NORID},
  2451.      {"unsigned", TYPESPEC, RID_UNSIGNED},
  2452.      {"continue", CONTINUE, NORID},
  2453.      {"register", SCSPEC, RID_REGISTER},
  2454.      {"volatile", TYPE_QUAL, RID_VOLATILE},
  2455.      {"__alignof", ALIGNOF, NORID}};
  2456.  
  2457. /* The elements of `ridpointers' are identifier nodes
  2458.    for the reserved type names and storage classes.
  2459.    It is indexed by a RID_... value.  */
  2460.  
  2461. tree ridpointers[(int) RID_MAX];
  2462.  
  2463. int check_newline ();
  2464.  
  2465. void
  2466. init_lex ()
  2467. {
  2468.   extern char *malloc ();
  2469.  
  2470.   /* Start it at 0, because check_newline is called at the very beginning
  2471.      and will increment it to 1.  */
  2472.   lineno = 0;
  2473.  
  2474.   maxtoken = 40;
  2475.   token_buffer = malloc (maxtoken + 2);
  2476.   ridpointers[(int) RID_INT] = get_identifier ("int");
  2477.   ridpointers[(int) RID_CHAR] = get_identifier ("char");
  2478.   ridpointers[(int) RID_VOID] = get_identifier ("void");
  2479.   ridpointers[(int) RID_FLOAT] = get_identifier ("float");
  2480.   ridpointers[(int) RID_DOUBLE] = get_identifier ("double");
  2481.   ridpointers[(int) RID_SHORT] = get_identifier ("short");
  2482.   ridpointers[(int) RID_LONG] = get_identifier ("long");
  2483.   ridpointers[(int) RID_UNSIGNED] = get_identifier ("unsigned");
  2484.   ridpointers[(int) RID_SIGNED] = get_identifier ("signed");
  2485.   ridpointers[(int) RID_INLINE] = get_identifier ("inline");
  2486.   ridpointers[(int) RID_CONST] = get_identifier ("const");
  2487.   ridpointers[(int) RID_VOLATILE] = get_identifier ("volatile");
  2488.   ridpointers[(int) RID_AUTO] = get_identifier ("auto");
  2489.   ridpointers[(int) RID_STATIC] = get_identifier ("static");
  2490.   ridpointers[(int) RID_EXTERN] = get_identifier ("extern");
  2491.   ridpointers[(int) RID_TYPEDEF] = get_identifier ("typedef");
  2492.   ridpointers[(int) RID_REGISTER] = get_identifier ("register");
  2493. }
  2494.  
  2495. static void
  2496. reinit_parse_for_function ()
  2497. {
  2498. }
  2499.  
  2500. /* If C is not whitespace, return C.
  2501.    Otherwise skip whitespace and return first nonwhite char read.  */
  2502.  
  2503. static int
  2504. skip_white_space (c)
  2505.      register int c;
  2506. {
  2507.   register int inside;
  2508.  
  2509.   for (;;)
  2510.     {
  2511.       switch (c)
  2512.     {
  2513.     case '/':
  2514.       c = getc (finput);
  2515.       if (c != '*')
  2516.         {
  2517.           ungetc (c, finput);
  2518.           return '/';
  2519.         }
  2520.  
  2521.       c = getc (finput);
  2522.  
  2523.       inside = 1;
  2524.       while (inside)
  2525.         {
  2526.           if (c == '*')
  2527.         {
  2528.           while (c == '*')
  2529.             c = getc (finput);
  2530.  
  2531.           if (c == '/')
  2532.             {
  2533.               inside = 0;
  2534.               c = getc (finput);
  2535.             }
  2536.         }
  2537.           else if (c == '\n')
  2538.         {
  2539.           lineno++;
  2540.           c = getc (finput);
  2541.         }
  2542.           else if (c == EOF)
  2543.         {
  2544.           error ("unterminated comment");
  2545.           break;
  2546.         }
  2547.           else
  2548.         c = getc (finput);
  2549.         }
  2550.  
  2551.       break;
  2552.  
  2553.     case '\n':
  2554.       c = check_newline ();
  2555.       break;
  2556.  
  2557.     case ' ':
  2558.     case '\t':
  2559.     case '\f':
  2560.     case '\r':
  2561.     case '\b':
  2562.       c = getc (finput);
  2563.       break;
  2564.  
  2565.     case '\\':
  2566.       c = getc (finput);
  2567.       if (c == '\n')
  2568.         lineno++;
  2569.       else
  2570.         error ("stray '\\' in program");
  2571.       c = getc (finput);
  2572.       break;
  2573.  
  2574.     default:
  2575.       return (c);
  2576.     }
  2577.     }
  2578. }
  2579.  
  2580.  
  2581.  
  2582. /* Make the token buffer longer, preserving the data in it.
  2583.    P should point to just beyond the last valid character in the old buffer.
  2584.    The value we return is a pointer to the new buffer
  2585.    at a place corresponding to P.  */
  2586.  
  2587. static char *
  2588. extend_token_buffer (p)
  2589.      char *p;
  2590. {
  2591.   int offset = p - token_buffer;
  2592.  
  2593.   maxtoken = maxtoken * 2 + 10;
  2594.   token_buffer = (char *) realloc (token_buffer, maxtoken + 2);
  2595.   if (token_buffer == 0)
  2596.     fatal ("virtual memory exceeded");
  2597.  
  2598.   return token_buffer + offset;
  2599. }
  2600.  
  2601. /* At the beginning of a line, increment the line number
  2602.    and handle a #line directive immediately following.
  2603.    Return first nonwhite char of first non-# line following.  */
  2604.  
  2605. int
  2606. check_newline ()
  2607. {
  2608.   register int c;
  2609.   register int token;
  2610.  
  2611.   while (1)
  2612.     {
  2613.       lineno++;
  2614.  
  2615.       /* Read first nonwhite char on the line.  */
  2616.  
  2617.       c = getc (finput);
  2618.       while (c == ' ' || c == '\t')
  2619.     c = getc (finput);
  2620.  
  2621.       if (c != '#')
  2622.     {
  2623.       /* If not #, return it so caller will use it.  */
  2624.       return c;
  2625.     }
  2626.  
  2627.       /* Read first nonwhite char after the `#'.  */
  2628.  
  2629.       c = getc (finput);
  2630.       while (c == ' ' || c == '\t')
  2631.     c = getc (finput);
  2632.  
  2633.       /* If a letter follows, then if the word here is `line', skip
  2634.      it and ignore it; otherwise, ignore the line, with an error
  2635.      if the word isn't `pragma'.  */
  2636.  
  2637.       if ((c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z'))
  2638.     {
  2639.       if (c == 'p')
  2640.         {
  2641.           if (getc (finput) == 'r'
  2642.           && getc (finput) == 'a'
  2643.           && getc (finput) == 'g'
  2644.           && getc (finput) == 'm'
  2645.           && getc (finput) == 'a'
  2646.           && ((c = getc (finput)) == ' ' || c == '\t'))
  2647.         goto noerror;
  2648.         }
  2649.  
  2650.       else if (c == 'l')
  2651.         {
  2652.           if (getc (finput) == 'i'
  2653.           && getc (finput) == 'n'
  2654.           && getc (finput) == 'e'
  2655.           && ((c = getc (finput)) == ' ' || c == '\t'))
  2656.         goto linenum;
  2657.         }
  2658. #ifdef IDENT_DIRECTIVE
  2659.       else if (c == 'i')
  2660.         {
  2661.           if (getc (finput) == 'd'
  2662.           && getc (finput) == 'e'
  2663.           && getc (finput) == 'n'
  2664.           && getc (finput) == 't'
  2665.           && ((c = getc (finput)) == ' ' || c == '\t'))
  2666.         {
  2667.           extern FILE *asm_out_file;
  2668.  
  2669.           if (pedantic)
  2670.             error ("ANSI C does not allow #ident");
  2671.  
  2672.           /* Here we have just seen `#ident '.
  2673.              A string constant should follow.  */
  2674.  
  2675.           while (c == ' ' || c == '\t')
  2676.             c = getc (finput);
  2677.  
  2678.           /* If no argument, ignore the line.  */
  2679.           if (c == '\n')
  2680.             continue;
  2681.  
  2682.           ungetc (c, finput);
  2683.           token = yylex ();
  2684.           if (token != STRING
  2685.               || TREE_CODE (yylval.ttype) != STRING_CST)
  2686.             {
  2687.               error ("invalid #ident");
  2688.               return getc (finput);
  2689.             }
  2690.  
  2691.           fprintf (asm_out_file, "\t.ident \"%s\"\n",
  2692.                TREE_STRING_POINTER (yylval.ttype));
  2693.  
  2694.           /* Skip the rest of this line.  */
  2695.           while ((c = getc (finput)) && c != '\n');
  2696.           if (c == 0)
  2697.             return 0;
  2698.           continue;
  2699.         }
  2700.         }
  2701. #endif
  2702.  
  2703.       error ("undefined or invalid # directive");
  2704.     noerror:
  2705.  
  2706.       while ((c = getc (finput)) && c != '\n');
  2707.  
  2708.       if (c == 0)
  2709.         return 0;
  2710.       continue;
  2711.     }
  2712.  
  2713.     linenum:
  2714.       /* Here we have either `#line' or `# <nonletter>'.
  2715.      In either case, it should be a line number; a digit should follow.  */
  2716.  
  2717.       while (c == ' ' || c == '\t')
  2718.     c = getc (finput);
  2719.  
  2720.       /* If the # is the only nonwhite char on the line,
  2721.      just ignore it.  Check the new newline.  */
  2722.       if (c == '\n')
  2723.     continue;
  2724.  
  2725.       /* Something follows the #; read a token.  */
  2726.  
  2727.       ungetc (c, finput);
  2728.       token = yylex ();
  2729.  
  2730.       if (token == CONSTANT
  2731.       && TREE_CODE (yylval.ttype) == INTEGER_CST)
  2732.     {
  2733.       /* subtract one, because it is the following line that
  2734.          gets the specified number */
  2735.  
  2736.       int l = TREE_INT_CST_LOW (yylval.ttype) - 1;
  2737.  
  2738.       /* Is this the last nonwhite stuff on the line?  */
  2739.       c = getc (finput);
  2740.       while (c == ' ' || c == '\t')
  2741.         c = getc (finput);
  2742.       if (c == '\n')
  2743.         {
  2744.           /* No more: store the line number and check following line.  */
  2745.           lineno = l;
  2746.           continue;
  2747.         }
  2748.       ungetc (c, finput);
  2749.  
  2750.       /* More follows: it must be a string constant (filename).  */
  2751.  
  2752.       token = yylex ();
  2753.       if (token != STRING || TREE_CODE (yylval.ttype) != STRING_CST)
  2754.         {
  2755.           error ("invalid #line");
  2756.           return getc (finput);
  2757.         }
  2758.  
  2759.       input_filename
  2760.         = (char *) permalloc (TREE_STRING_LENGTH (yylval.ttype) + 1);
  2761.       strcpy (input_filename, TREE_STRING_POINTER (yylval.ttype));
  2762.       lineno = l;
  2763.  
  2764.       if (main_input_filename == 0)
  2765.         main_input_filename = input_filename;
  2766.     }
  2767.       else
  2768.     error ("invalid #line");
  2769.  
  2770.       /* skip the rest of this line.  */
  2771.       while ((c = getc (finput)) && c != '\n');
  2772.       if (c == 0)
  2773.     return 0;
  2774.     }
  2775. }
  2776.  
  2777. #define isalnum(char) ((char >= 'a' && char <= 'z') || (char >= 'A' && char <= 'Z') || (char >= '0' && char <= '9'))
  2778. #define isdigit(char) (char >= '0' && char <= '9')
  2779. #define ENDFILE -1  /* token that represents end-of-file */
  2780.  
  2781.  
  2782. static int
  2783. readescape ()
  2784. {
  2785.   register int c = getc (finput);
  2786.   register int count, code;
  2787.  
  2788.   switch (c)
  2789.     {
  2790.     case 'x':
  2791.       code = 0;
  2792.       count = 0;
  2793.       while (1)
  2794.     {
  2795.       c = getc (finput);
  2796.       if (!(c >= 'a' && c <= 'f')
  2797.           && !(c >= 'A' && c <= 'F')
  2798.           && !(c >= '0' && c <= '9'))
  2799.         {
  2800.           ungetc (c, finput);
  2801.           break;
  2802.         }
  2803.       code *= 16;
  2804.       if (c >= 'a' && c <= 'f')
  2805.         code += c - 'a' + 10;
  2806.       if (c >= 'A' && c <= 'F')
  2807.         code += c - 'A' + 10;
  2808.       if (c >= '0' && c <= '9')
  2809.         code += c - '0';
  2810.       count++;
  2811.     }
  2812.       if (count == 0)
  2813.     error ("\\x used with no following hex digits");
  2814.       return code;
  2815.  
  2816.     case '0':  case '1':  case '2':  case '3':  case '4':
  2817.     case '5':  case '6':  case '7':
  2818.       code = 0;
  2819.       count = 0;
  2820.       while ((c <= '7') && (c >= '0') && (count++ < 3))
  2821.     {
  2822.       code = (code * 8) + (c - '0');
  2823.       c = getc (finput);
  2824.     }
  2825.       ungetc (c, finput);
  2826.       return code;
  2827.  
  2828.     case '\\': case '\'': case '"':
  2829.       return c;
  2830.  
  2831.     case '\n':
  2832.       lineno++;
  2833.       return -1;
  2834.  
  2835.     case 'n':
  2836.       return TARGET_NEWLINE;
  2837.  
  2838.     case 't':
  2839.       return TARGET_TAB;
  2840.  
  2841.     case 'r':
  2842.       return TARGET_CR;
  2843.  
  2844.     case 'f':
  2845.       return TARGET_FF;
  2846.  
  2847.     case 'b':
  2848.       return TARGET_BS;
  2849.  
  2850.     case 'a':
  2851.       return TARGET_BELL;
  2852.  
  2853.     case 'v':
  2854.       return TARGET_VT;
  2855.  
  2856.     case 'E':
  2857.       return 033;
  2858.  
  2859.     case '?':
  2860.       return c;
  2861.     }
  2862.   if (c >= 040 && c <= 0177)
  2863.     warning ("unknown escape sequence `\\%c'", c);
  2864.   else
  2865.     warning ("unknown escape sequence: `\\' followed by char code 0x%x", c);
  2866.   return c;
  2867. }
  2868.  
  2869. void
  2870. yyerror (string)
  2871.      char *string;
  2872. {
  2873.   char buf[200];
  2874.  
  2875.   strcpy (buf, string);
  2876.  
  2877.   /* We can't print string and character constants well
  2878.      because the token_buffer contains the result of processing escapes.  */
  2879.   if (token_buffer[0] == 0)
  2880.     strcat (buf, " at end of input");
  2881.   else if (token_buffer[0] == '"')
  2882.     strcat (buf, " before string constant");
  2883.   else if (token_buffer[0] == '\'')
  2884.     strcat (buf, " before character constant");
  2885.   else
  2886.     strcat (buf, " before `%s'");
  2887.  
  2888.   error (buf, token_buffer);
  2889. }
  2890.  
  2891. static int nextchar = -1;
  2892.  
  2893. static int
  2894. yylex ()
  2895. {
  2896.   register int c;
  2897.   register char *p;
  2898.   register int value;
  2899.   int wide_flag = 0;
  2900.  
  2901.   if (nextchar >= 0)
  2902.     c = nextchar, nextchar = -1;
  2903.   else
  2904.     c = getc (finput);
  2905.  
  2906.   /* Effectively do c = skip_white_space (c)
  2907.      but do it faster in the usual cases.  */
  2908.   while (1)
  2909.     switch (c)
  2910.       {
  2911.       case ' ':
  2912.       case '\t':
  2913.       case '\f':
  2914.       case '\r':
  2915.       case '\b':
  2916.     c = getc (finput);
  2917.     break;
  2918.  
  2919.       case '\n':
  2920.       case '/':
  2921.       case '\\':
  2922.     c = skip_white_space (c);
  2923.       default:
  2924.     goto found_nonwhite;
  2925.       }
  2926.  found_nonwhite:
  2927.  
  2928.   token_buffer[0] = c;
  2929.   token_buffer[1] = 0;
  2930.  
  2931. /*  yylloc.first_line = lineno; */
  2932.  
  2933.   switch (c)
  2934.     {
  2935.     case EOF:
  2936.       token_buffer[0] = 0;
  2937.       value = ENDFILE;
  2938.       break;
  2939.  
  2940.     case '$':
  2941.       if (dollars_in_ident)
  2942.     goto letter;
  2943.       return '$';
  2944.  
  2945.     case 'L':
  2946.       /* Capital L may start a wide-string or wide-character constant.  */
  2947.       {
  2948.     register int c = getc (finput);
  2949.     if (c == '\'')
  2950.       {
  2951.         wide_flag = 1;
  2952.         goto char_constant;
  2953.       }
  2954.     if (c == '"')
  2955.       {
  2956.         wide_flag = 1;
  2957.         goto string_constant;
  2958.       }
  2959.     ungetc (c, finput);
  2960.       }
  2961.  
  2962.     case 'A':  case 'B':  case 'C':  case 'D':  case 'E':
  2963.     case 'F':  case 'G':  case 'H':  case 'I':  case 'J':
  2964.     case 'K':          case 'M':  case 'N':  case 'O':
  2965.     case 'P':  case 'Q':  case 'R':  case 'S':  case 'T':
  2966.     case 'U':  case 'V':  case 'W':  case 'X':  case 'Y':
  2967.     case 'Z':
  2968.     case 'a':  case 'b':  case 'c':  case 'd':  case 'e':
  2969.     case 'f':  case 'g':  case 'h':  case 'i':  case 'j':
  2970.     case 'k':  case 'l':  case 'm':  case 'n':  case 'o':
  2971.     case 'p':  case 'q':  case 'r':  case 's':  case 't':
  2972.     case 'u':  case 'v':  case 'w':  case 'x':  case 'y':
  2973.     case 'z':
  2974.     case '_':
  2975.     letter:
  2976.       p = token_buffer;
  2977.       while (isalnum (c) || c == '_' || c == '$')
  2978.     {
  2979.       if (p >= token_buffer + maxtoken)
  2980.         p = extend_token_buffer (p);
  2981.       if (c == '$' && ! dollars_in_ident)
  2982.         break;
  2983.  
  2984.       *p++ = c;
  2985.       c = getc (finput);
  2986.     }
  2987.  
  2988.       *p = 0;
  2989.       nextchar = c;
  2990.  
  2991.       value = IDENTIFIER;
  2992.       yylval.itype = 0;
  2993.  
  2994.       /* Try to recognize a keyword.  */
  2995.  
  2996.       if (p - token_buffer <= MAXRESERVED)
  2997.     {
  2998.       register int lim = frw [p - token_buffer + 1];
  2999.       register int i = frw[p - token_buffer];
  3000.       register struct resword *p = &reswords[i];
  3001.  
  3002.       for (; i < lim; i++, p++)
  3003.         if (p->name[0] == token_buffer[0]
  3004.         && !strcmp (p->name, token_buffer))
  3005.           {
  3006.         if (p->rid)
  3007.           yylval.ttype = ridpointers[(int) p->rid];
  3008.         if ((! flag_no_asm
  3009.              || ((int) p->token != ASM
  3010.              && (int) p->token != TYPEOF
  3011.              && strcmp (p->name, "inline")))
  3012.             /* -ftraditional means don't recognize
  3013.                typeof, const, volatile, signed or inline.  */
  3014.             && (! flag_traditional
  3015.             || ((int) p->token != TYPE_QUAL
  3016.                 && (int) p->token != TYPEOF
  3017.                 && strcmp (p->name, "signed")
  3018.                 && strcmp (p->name, "inline"))))
  3019.           value = (int) p->token;
  3020.         break;
  3021.           }
  3022.     }
  3023.  
  3024.       /* If we did not find a keyword, look for an identifier
  3025.      (or a typename).  */
  3026.  
  3027.       if (value == IDENTIFIER)
  3028.     {
  3029.           yylval.ttype = get_identifier (token_buffer);
  3030.       lastiddecl = lookup_name (yylval.ttype);
  3031.  
  3032.       if (lastiddecl != 0 && TREE_CODE (lastiddecl) == TYPE_DECL)
  3033.         value = TYPENAME;
  3034.     }
  3035.  
  3036.       break;
  3037.  
  3038.     case '0':  case '1':  case '2':  case '3':  case '4':
  3039.     case '5':  case '6':  case '7':  case '8':  case '9':
  3040.     case '.':
  3041.       {
  3042.     int base = 10;
  3043.     int count = 0;
  3044.     int largest_digit = 0;
  3045.     int numdigits = 0;
  3046.     /* for multi-precision arithmetic,
  3047.        we store only 8 live bits in each short,
  3048.        giving us 64 bits of reliable precision */
  3049.     short shorts[8];
  3050.     int floatflag = 0;  /* Set 1 if we learn this is a floating constant */
  3051.  
  3052.     for (count = 0; count < 8; count++)
  3053.       shorts[count] = 0;
  3054.  
  3055.     p = token_buffer;
  3056.     *p++ = c;
  3057.  
  3058.     if (c == '0')
  3059.       {
  3060.         *p++ = (c = getc (finput));
  3061.         if ((c == 'x') || (c == 'X'))
  3062.           {
  3063.         base = 16;
  3064.         *p++ = (c = getc (finput));
  3065.           }
  3066.         else
  3067.           {
  3068.         base = 8;
  3069.         numdigits++;
  3070.           }
  3071.       }
  3072.  
  3073.     /* Read all the digits-and-decimal-points.  */
  3074.  
  3075.     while (c == '.'
  3076.            || (isalnum (c) && (c != 'l') && (c != 'L')
  3077.            && (c != 'u') && (c != 'U')
  3078.            && (!floatflag || ((c != 'f') && (c != 'F')))))
  3079.       {
  3080.         if (c == '.')
  3081.           {
  3082.         if (base == 16)
  3083.           error ("floating constant may not be in radix 16");
  3084.         floatflag = 1;
  3085.         base = 10;
  3086.         *p++ = c = getc (finput);
  3087.         /* Accept '.' as the start of a floating-point number
  3088.            only when it is followed by a digit.
  3089.            Otherwise, unread the following non-digit
  3090.            and use the '.' as a structural token.  */
  3091.         if (p == token_buffer + 2 && !isdigit (c))
  3092.           {
  3093.             if (c == '.')
  3094.               {
  3095.             c = getc (finput);
  3096.             if (c == '.')
  3097.               {
  3098.                 *p++ = c;
  3099.                 *p = 0;
  3100.                 return ELLIPSIS;
  3101.               }
  3102.             error ("parse error at `..'");
  3103.               }
  3104.             ungetc (c, finput);
  3105.             token_buffer[1] = 0;
  3106.             value = '.';
  3107.             goto done;
  3108.           }
  3109.           }
  3110.         else
  3111.           {
  3112.         /* It is not a decimal point.
  3113.            It should be a digit (perhaps a hex digit).  */
  3114.  
  3115.         if (isdigit (c))
  3116.           {
  3117.             c = c - '0';
  3118.           }
  3119.         else if (base <= 10)
  3120.           {
  3121.             if ((c&~040) == 'E')
  3122.               {
  3123.             base = 10;
  3124.             floatflag = 1;
  3125.             break;   /* start of exponent */
  3126.               }
  3127.             error ("nondigits in number and not hexadecimal");
  3128.             c = 0;
  3129.           }
  3130.         else if (c >= 'a')
  3131.           {
  3132.             c = c - 'a' + 10;
  3133.           }
  3134.         else
  3135.           {
  3136.             c = c - 'A' + 10;
  3137.           }
  3138.         if (c >= largest_digit)
  3139.           largest_digit = c;
  3140.         numdigits++;
  3141.         
  3142.         for (count = 0; count < 8; count++)
  3143.           {
  3144.             (shorts[count] *= base);
  3145.             if (count)
  3146.               {
  3147.             shorts[count] += (shorts[count-1] >> 8);
  3148.             shorts[count-1] &= (1<<8)-1;
  3149.               }
  3150.             else shorts[0] += c;
  3151.           }
  3152.     
  3153.         if (p >= token_buffer + maxtoken - 3)
  3154.           p = extend_token_buffer (p);
  3155.         *p++ = (c = getc (finput));
  3156.           }
  3157.       }
  3158.  
  3159.     if (numdigits == 0)
  3160.       error ("numeric constant with no digits");
  3161.  
  3162.     if (largest_digit >= base)
  3163.       error ("numeric constant contains digits beyond the radix");
  3164.  
  3165.     /* Remove terminating char from the token buffer and delimit the string */
  3166.     *--p = 0;
  3167.  
  3168.     if (floatflag)
  3169.       {
  3170.         tree type = double_type_node;
  3171.         char f_seen = 0;
  3172.         char l_seen = 0;
  3173.         double value;
  3174.  
  3175.         /* Read explicit exponent if any, and put it in tokenbuf.  */
  3176.  
  3177.         if ((c == 'e') || (c == 'E'))
  3178.           {
  3179.         if (p >= token_buffer + maxtoken - 3)
  3180.           p = extend_token_buffer (p);
  3181.         *p++ = c;
  3182.         c = getc (finput);
  3183.         if ((c == '+') || (c == '-'))
  3184.           {
  3185.             *p++ = c;
  3186.             c = getc (finput);
  3187.           }
  3188.         if (! isdigit (c))
  3189.           error ("floating constant exponent has no digits");
  3190.             while (isdigit (c))
  3191.           {
  3192.             if (p >= token_buffer + maxtoken - 3)
  3193.               p = extend_token_buffer (p);
  3194.             *p++ = c;
  3195.             c = getc (finput);
  3196.           }
  3197.           }
  3198.  
  3199.         *p = 0;
  3200.         errno = 0;
  3201.         value = atof (token_buffer);
  3202. #ifdef ERANGE
  3203.         if (errno == ERANGE && !flag_traditional)
  3204.           error ("floating point number exceeds range of `double'");
  3205. #endif
  3206.  
  3207.         /* Read the suffixes to choose a data type.  */
  3208.         while (1)
  3209.           {
  3210.         if (c == 'f' || c == 'F')
  3211.           {
  3212.             if (f_seen)
  3213.               error ("two `f's in floating constant");
  3214.             f_seen = 1;
  3215.             type = float_type_node;
  3216.           }
  3217.         else if (c == 'l' || c == 'L')
  3218.           {
  3219.             if (l_seen)
  3220.               error ("two `l's in floating constant");
  3221.             l_seen = 1;
  3222.             type = long_double_type_node;
  3223.           }
  3224.         else
  3225.           {
  3226.             if (isalnum (c))
  3227.               {
  3228.             error ("garbage at end of number");
  3229.             while (isalnum (c))
  3230.               {
  3231.                 if (p >= token_buffer + maxtoken - 3)
  3232.                   p = extend_token_buffer (p);
  3233.                 *p++ = c;
  3234.                 c = getc (finput);
  3235.               }
  3236.               }
  3237.             break;
  3238.           }
  3239.         if (p >= token_buffer + maxtoken - 3)
  3240.           p = extend_token_buffer (p);
  3241.         *p++ = c;
  3242.         c = getc (finput);
  3243.           }
  3244.  
  3245.         /* Create a node with determined type and value.  */
  3246.         yylval.ttype = build_real (type, value);
  3247.  
  3248.         ungetc (c, finput);
  3249.         *p = 0;
  3250.       }
  3251.     else
  3252.       {
  3253.         tree type;
  3254.         int spec_unsigned = 0;
  3255.         int spec_long = 0;
  3256.  
  3257.         while (1)
  3258.           {
  3259.         if (c == 'u' || c == 'U')
  3260.           {
  3261.             if (spec_unsigned)
  3262.               error ("two `u's in integer constant");
  3263.             spec_unsigned = 1;
  3264.           }
  3265.         else if (c == 'l' || c == 'L')
  3266.           {
  3267.             if (spec_long)
  3268.               error ("two `l's in integer constant");
  3269.             spec_long = 1;
  3270.           }
  3271.         else
  3272.           {
  3273.             if (isalnum (c))
  3274.               {
  3275.             error ("garbage at end of number");
  3276.             while (isalnum (c))
  3277.               {
  3278.                 if (p >= token_buffer + maxtoken - 3)
  3279.                   p = extend_token_buffer (p);
  3280.                 *p++ = c;
  3281.                 c = getc (finput);
  3282.               }
  3283.               }
  3284.             break;
  3285.           }
  3286.         if (p >= token_buffer + maxtoken - 3)
  3287.           p = extend_token_buffer (p);
  3288.         *p++ = c;
  3289.         c = getc (finput);
  3290.           }
  3291.  
  3292.         ungetc (c, finput);
  3293.  
  3294.         if (shorts[7] | shorts[6] | shorts[5] | shorts[4])
  3295.           warning ("integer constant out of range");
  3296.  
  3297.         /* This is simplified by the fact that our constant
  3298.            is always positive.  */
  3299.         yylval.ttype
  3300.           = build_int_2 ((shorts[3]<<24) + (shorts[2]<<16) + (shorts[1]<<8) + shorts[0],
  3301.                  0);
  3302.     
  3303.         if (!spec_long && !spec_unsigned
  3304.         && int_fits_type_p (yylval.ttype, integer_type_node))
  3305.           type = integer_type_node;
  3306.  
  3307.         else if (!spec_long && base != 10
  3308.         && int_fits_type_p (yylval.ttype, unsigned_type_node))
  3309.           type = unsigned_type_node;
  3310.  
  3311.         else if (!spec_unsigned
  3312.         && int_fits_type_p (yylval.ttype, long_integer_type_node))
  3313.           type = long_integer_type_node;
  3314.  
  3315.         else
  3316.           {
  3317.         type = long_unsigned_type_node;
  3318.         if (! int_fits_type_p (yylval.ttype, long_unsigned_type_node))
  3319.           warning ("integer constant out of range");
  3320.           }
  3321.         TREE_TYPE (yylval.ttype) = type;
  3322.       }
  3323.  
  3324.     value = CONSTANT; break;
  3325.       }
  3326.  
  3327.     case '\'':
  3328.     char_constant:
  3329.       c = getc (finput);
  3330.       {
  3331.     register int code = 0;
  3332.  
  3333.       tryagain:
  3334.  
  3335.     if (c == '\\')
  3336.       {
  3337.         c = readescape ();
  3338.         if (c < 0)
  3339.           goto tryagain;
  3340.       }
  3341.     else if (c == '\n')
  3342.       {
  3343.         if (pedantic)
  3344.           warning ("ANSI C forbids newline in character constant");
  3345.         lineno++;
  3346.       }
  3347.  
  3348.     code = c;
  3349.     token_buffer[1] = c;
  3350.     token_buffer[2] = '\'';
  3351.     token_buffer[3] = 0;
  3352.  
  3353.     c = getc (finput);
  3354.     if (c != '\'')
  3355.       error ("malformatted character constant");
  3356.  
  3357.     /* If char type is signed, sign-extend the constant.  */
  3358.     if (TREE_UNSIGNED (char_type_node)
  3359.         || ((code >> (BITS_PER_UNIT - 1)) & 1) == 0)
  3360.       yylval.ttype = build_int_2 (code & ((1 << BITS_PER_UNIT) - 1), 0);
  3361.     else
  3362.       yylval.ttype = build_int_2 (code | ((-1) << BITS_PER_UNIT), -1);
  3363.  
  3364.     TREE_TYPE (yylval.ttype) = integer_type_node;
  3365.     value = CONSTANT; break;
  3366.       }
  3367.  
  3368.     case '"':
  3369.     string_constant:
  3370.       {
  3371.     c = getc (finput);
  3372.     p = token_buffer + 1;
  3373.  
  3374.     while (c != '"')
  3375.       {
  3376.         if (c == '\\')
  3377.           {
  3378.         c = readescape ();
  3379.         if (c < 0)
  3380.           goto skipnewline;
  3381.           }
  3382.         else if (c == '\n')
  3383.           {
  3384.         if (pedantic)
  3385.           warning ("ANSI C forbids newline in string constant");
  3386.         lineno++;
  3387.           }
  3388.  
  3389.         if (p == token_buffer + maxtoken)
  3390.           p = extend_token_buffer (p);
  3391.         *p++ = c;
  3392.  
  3393.       skipnewline:
  3394.         c = getc (finput);
  3395.       }
  3396.  
  3397.     *p = 0;
  3398.  
  3399.     if (wide_flag)
  3400.       {
  3401.         /* If this is a L"..." wide-string, convert each char
  3402.            to an int, making a vector of ints.  */
  3403.         int *widebuf = (int *) alloca (p - token_buffer);
  3404.         char *p1 = token_buffer + 1;
  3405.         for (; p1 != p; p1++)
  3406.           widebuf[p1 - token_buffer - 1] = *p1;
  3407.         yylval.ttype = build_string ((p - token_buffer) * sizeof (int),
  3408.                      widebuf);
  3409.         TREE_TYPE (yylval.ttype) = int_array_type_node;
  3410.       }
  3411.     else
  3412.       {
  3413.         yylval.ttype = build_string (p - token_buffer, token_buffer + 1);
  3414.         TREE_TYPE (yylval.ttype) = char_array_type_node;
  3415.       }
  3416.  
  3417.     *p++ = '"';
  3418.     *p = 0;
  3419.  
  3420.     value = STRING; break;
  3421.       }
  3422.       
  3423.     case '+':
  3424.     case '-':
  3425.     case '&':
  3426.     case '|':
  3427.     case '<':
  3428.     case '>':
  3429.     case '*':
  3430.     case '/':
  3431.     case '%':
  3432.     case '^':
  3433.     case '!':
  3434.     case '=':
  3435.       {
  3436.     register int c1;
  3437.  
  3438.       combine:
  3439.  
  3440.     switch (c)
  3441.       {
  3442.       case '+':
  3443.         yylval.code = PLUS_EXPR; break;
  3444.       case '-':
  3445.         yylval.code = MINUS_EXPR; break;
  3446.       case '&':
  3447.         yylval.code = BIT_AND_EXPR; break;
  3448.       case '|':
  3449.         yylval.code = BIT_IOR_EXPR; break;
  3450.       case '*':
  3451.         yylval.code = MULT_EXPR; break;
  3452.       case '/':
  3453.         yylval.code = TRUNC_DIV_EXPR; break;
  3454.       case '%':
  3455.         yylval.code = TRUNC_MOD_EXPR; break;
  3456.       case '^':
  3457.         yylval.code = BIT_XOR_EXPR; break;
  3458.       case LSHIFT:
  3459.         yylval.code = LSHIFT_EXPR; break;
  3460.       case RSHIFT:
  3461.         yylval.code = RSHIFT_EXPR; break;
  3462.       case '<':
  3463.         yylval.code = LT_EXPR; break;
  3464.       case '>':
  3465.         yylval.code = GT_EXPR; break;
  3466.       }    
  3467.  
  3468.     token_buffer[1] = c1 = getc (finput);
  3469.     token_buffer[2] = 0;
  3470.  
  3471.     if (c1 == '=')
  3472.       {
  3473.         switch (c)
  3474.           {
  3475.           case '<':
  3476.         value = ARITHCOMPARE; yylval.code = LE_EXPR; goto done;
  3477.           case '>':
  3478.         value = ARITHCOMPARE; yylval.code = GE_EXPR; goto done;
  3479.           case '!':
  3480.         value = EQCOMPARE; yylval.code = NE_EXPR; goto done;
  3481.           case '=':
  3482.         value = EQCOMPARE; yylval.code = EQ_EXPR; goto done;
  3483.           }    
  3484.         value = ASSIGN; goto done;
  3485.       }
  3486.     else if (c == c1)
  3487.       switch (c)
  3488.         {
  3489.         case '+':
  3490.           value = PLUSPLUS; goto done;
  3491.         case '-':
  3492.           value = MINUSMINUS; goto done;
  3493.         case '&':
  3494.           value = ANDAND; goto done;
  3495.         case '|':
  3496.           value = OROR; goto done;
  3497.         case '<':
  3498.           c = LSHIFT;
  3499.           goto combine;
  3500.         case '>':
  3501.           c = RSHIFT;
  3502.           goto combine;
  3503.         }
  3504.     else if ((c == '-') && (c1 == '>'))
  3505.       { value = POINTSAT; goto done; }
  3506.     ungetc (c1, finput);
  3507.     token_buffer[1] = 0;
  3508.  
  3509.     if ((c == '<') || (c == '>'))
  3510.       value = ARITHCOMPARE;
  3511.     else value = c;
  3512.     goto done;
  3513.       }
  3514.  
  3515.     default:
  3516.       value = c;
  3517.     }
  3518.  
  3519. done:
  3520. /*  yylloc.last_line = lineno; */
  3521.  
  3522.   return value;
  3523. }
  3524.